Answers

Question and Answer:

  Home  Java Database

⟩ 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

 138 views

More Questions for you: