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

Search results for query: *

  • Users: yulic
  • Order by date
  1. yulic

    DB2 stored procedure

    OK, I found the problem - with hold option: EXEC SQL DECLARE DISP CURSOR WITH HOLD WITH RETURN FOR SELECT BATCH_NO, CRE_TMSTMP...
  2. yulic

    DB2 stored procedure

    Here is my cursor: EXEC SQL DECLARE DISP CURSOR WITH RETURN FOR SELECT BATCH_NO, CRE_TMSTMP FROM MYTABLE...
  3. yulic

    DB2 stored procedure

    Calling the DB2-Cobol storprocedure from my Java program I had the table unavailability problems and decided to set COMMIT ON RETURN parameter to YES. Resource unavailability problem is gone, but also I've lost my result set: "[NEON][SCODBCTS DLL]No result set available to fetch from" Any help...

Part and Inventory Search

Back
Top