I want to use SapDB database in my java project but there are not supported auto generated keys and Blob/Clob.setXXX() methods.
auto generated keys are available (DEFAULT SERIAL), but i think the values are not sent back to the JDBC-driver when using the any update methods. You can still query them directly with a simple statemant:
SELECT table.currval FROM sysdba.dual
Could you please write me, when can be available new JDBC driver, which solve those problems?
there was some discussion about the set-methods of Clob and Blob on the list. you should search the archive.
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
