Sunday, 28 April 2013

How do you use two datareaders at the same time in a vb.net windows application? | VB.Net Interview Questions

for example:
while(datareader1.read())
while(datareader2.read())
end while
end while
this is not allowed even though both datareaders have two different sets of data

No comments: