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 is an escape syntax?
Why do you use a data source object for a connection?
What is the function of setautocommit?
What does setautocommit do?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is jdbc connection interface?
What does jdbc setmaxrows method do?
How we can you use preparedstatement.
What is meant by dao?
Is oracle client required for jdbc connection?
What is new in JDBC 2.0?
Why do we need a jdbcrowset like wrapper around resultset?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the jdbc statements?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?