A. By asking a Transaction object to your Connection, and calling the method begin() on it
B. By asking a Transaction object to your Connection, and setting the autoCommit property of the Transaction to false
C. By calling the method beginTransaction() on the Connection object
D. By setting the autoCommit property of the Connection to false, and execute a statement in the database
B. By asking a Transaction object to your Connection, and setting the autoCommit property of the Transaction to false
C. By calling the method beginTransaction() on the Connection object
D. By setting the autoCommit property of the Connection to false, and execute a statement in the database
 
No comments:
Post a Comment