home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / spufi116.zip / SPUFI_RR.BND (.txt) < prev    next >
DB2 Bind  |  1993-12-25  |  675b  |  22 lines

  1. SPUFI_RRGAezMZMJQUOTEX  0
  2. INCLUDE SQLCA
  3. INCLUDE SQLDA
  4. BEGIN DECLARE SECTION
  5. END DECLARE SECTION
  6. COMMIT
  7. ROLLBACK
  8. ROLLBACK
  9. PREPARE st INTO :sqlda_tmp  FROM :stmtbuf
  10. PREPARE st INTO :sqlda_tmp  FROM :stmtbuf
  11. PREPARE st INTO :sqldap  FROM :stmtbuf
  12. DECLARE cur CURSOR FOR st
  13. OPEN cur
  14. FETCH cur USING DESCRIPTOR :sqldap 
  15. FETCH cur USING DESCRIPTOR :sqldap 
  16. CLOSE cur
  17. EXECUTE st
  18. ROLLBACK
  19. ROLLBACK
  20. COMMIT
  21. stmtbuf
  22.