|
Hi Marco,
seems the patch solved my problem!
regards
Toni
Hello,
a JDBC-driver patch is available at: bin: ftp://ftp.sap.com/pub/sapdb/bin/java/sapdb-jdbc-bin-7.4.04.00a.jar source: ftp://ftp.sap.com/pub/sapdb/7.4/sapdb-jdbc-src-7.4.04.00a.jar This patch fixes some small Bug in executeBatch() and positioning in resultsets. It also fixes the bug that an error -7065 occurs in conjunction with long column handling and autocommit sessions. Internally commands, generated by the dirver during garbage collection (close cursor, drop parseid), were also send as autocommit commands. This has been closed the subtransaction which the kernel generates around long column operations and has leaded to the error "-7065 SUBTRANS COMMIT/ROLLBACK not allowed without SUBTRANS BEGIN". Maybe this was also the reason for your problem. Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin |
