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.
How to know columns in unique constraint?
Like accepted in C#
How to know columns in unique constraint in c#
Like accepted in C#