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?
 
Back
Top