Click here to Skip to main content
15,905,877 members

Comments by guyanese4life2 (Top 4 by date)

guyanese4life2 22-Jun-10 9:30am View    
Lol, if it works don't you think it deserves a little more than a 2?
guyanese4life2 21-Jun-10 15:51pm View    
myCommand.BeginExecuteNonQuery();
myCommand.EndExecuteNonQuery() - to catch results
guyanese4life2 24-May-10 15:35pm View    
.NET
guyanese4life2 24-May-10 15:27pm View    
I figured it out... I just evoked an async delegate in a loop instead of starting new threads.