DBA > Job Interview Questions > DERBY Java Database FAQs

Holdable Cursors and Autocommit

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Holdable Cursors and Autocommit

When autocommit is on, positioned updates and deletes are not supported for ResultSet objects that hold cursors open. If you attempt an update or delete, an exception is thrown.

(Continued on next question...)

Other Job Interview Questions