T Thomas Smith Dec 29, 2003 #1 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
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
M Miha Markic Dec 29, 2003 #2 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 Click to expand... DataReader, but I don't know how to do it. What method do I call to get each selected cursor?
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 Click to expand... DataReader, but I don't know how to do it. What method do I call to get each selected cursor?