DBA > Job Interview Questions > Java database interview questions

How do you handle your own transaction ?

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

(Continued from previous question...)

11. How do you handle your own transaction ?

Connection Object has a method called setAutocommit(Boolean istrue)
Default is true. Set the Parameter to false , and begin your transaction

(Continued on next question...)

Other Job Interview Questions