Answer Posted / devarathnam c,kotagudibanda(po
Hi... Using the following methods we can perform
transactions in JDBC
1:commit();
2:rollback();
3:setAutoCommit();These are in the Connection interface
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are restrictions on triggers?
What is device controller?
Why is odbc needed?
What is setautocommit in jdbc?
Explain the difference between rowset vs. Resultset in jdbc?
What is sqlwarning?
RowSetInternal caller and returns void. What can I do in the readData method?
How can I manage special characters when I execute an insert query?
What driver should I use for scalable Oracle JDBC applications?
How we can you use preparedstatement.
What is connection data?
Explain the locking system in jdbc & its types?
What do you mean by batch processing in jdbc?
What is addbatch jdbc?
Explain the main method?