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
How many ways that we can view a result set?
What is jdbc and jpa?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What packages are used by jdbc?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What driver should I use for scalable Oracle JDBC applications?
Name different methods for getting streams.
What is jdbc url for mysql?
What is difference between java.util.Date and java.sql.Date?
How do I find jdbc version?
Is jdbc a web technology?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How the JDBC application works?
What is a jdbc connection string?
How to update a resultset programmatically?