Relative Content

Tag Archive for c#ado

C# ADO.NET NextResult equivalent for ADO C++

I have a store procedure which has multiple select statement or returns multiple record set.
I am using ADO C++ code to get result.
however I am getting only first record using _RecordsetPtr.
how I can get next record set ?
C# ADO .Net has method NextResult to get next record but I am unable to find equivalent in C++ ADO one.