Hello is there a way to use two sqldatareader at same time ?
i was coding a program
and i got error because i use 2 readers at same
Sample of code
You'll have to enable Multiple Active Recordsets (MARS) on your connection.
http://msdn.microsoft.com/en-us/library/h32h3abf%28v=vs.80%29.aspx