DayLaborer
Programmer
We have one stored procedure that's returning dozens of result sets from DB2. The ADO object we're using to read the data on the .NET side is an OleDBDataReader. (We've shyed away from a DB2DataReader due to various difficulties we've had with it.) Is there a way to retrieve the name of the cursor in the DB2 stored procedure that is returning a given resultset? (Our Java programmers at work say they can retrieve it...)
Thanks,
Eliezer
Thanks,
Eliezer