Can we connect two datareader to same data source using single connection at same time ?

 Posted by Bharathi Cherukuri on 5/22/2012 | Category: ADO.NET Interview questions | Views: 3710 | Points: 40
Answer:

Yes, it is possible to connect two datareader to the same datasource, but the main thing is, you have to close the first datareader before using the second one. Then only it is possible.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response