Page 1 of 1

What does setAutoCommit(false) do?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) commits transaction after each query
b) explicitly commits transaction
c) does not commit transaction automatically after each query
d) never commits transaction