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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cobol Stored Procedure

Status
Not open for further replies.

legacy370

Programmer
Jan 25, 2002
15
US
Using asp and accessing DB2 on an OS/390 computer, we've had great success with Cobol stored procedures. However, we find that we can't use ADO paging on recordsets returned from a Cobol stored procedure. The error we get says that "bookmarking" is not supported, when the asp tries to set AbsolutePage. We CAN use ADO paging when the recordset is returned from sql embedded in the ASP code. Has anyone experienced a similar problem? We're on Version 6 of DB2.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top