I have a simple question. I have primary key field with default serial(1)
option. When I want to insert a new row
using ResultSet.MoveToInsertRow, it requires me to update primary key field.
How I should write code when I want my column values to be generated
automaticly.
You can of course use an INSERT statement. That might be faster too.

As far as i can tell, this should be a JDBC-Driver bug.



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to