Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving the name of a DB2 cursor

Status
Not open for further replies.

DayLaborer

Programmer
Jan 3, 2006
347
US
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
 
Is this the correct forum for this question? I looked around da' Net and couldn't find anything...

Thanks again,
Eliezer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top