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 thin driver in jdbc?
What is jndi lookup?
Where can I find ojdbc14 jar file?
What is jdbc and jpa?
Explain about column name and getter method?
What causes the "No suitable driver" error?
What is JDBC RowSet? What are different types of RowSet?
explain about special characters?
Which package contains jdbc api?
Is java a database?
Is jpa faster than jdbc?
Name the new features added in jdbc 4.0.
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Is jdbctemplate thread safe?