Multiple Selects with the DataReader

  • Thread starter Thread starter Thomas Smith
  • Start date Start date
T

Thomas Smith

I've heard that you can make multiple SELECTs from SQL Server with a DataReader, but I don't know how to do it. What method do I call to get each selected cursor?

Thanks
 
Hi Thomas,

NextResult() should advance to next resultset.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

I've heard that you can make multiple SELECTs from SQL Server with a
DataReader, but I don't know how to do it. What method do I call to get
each selected cursor?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top