Friday, 23 August 2013

Rolling back multiple transactions with JDBC

Rolling back multiple transactions with JDBC

Is it possible to rollback multiple already-commited transactions with JDBC?
According to this link here:
http://docs.oracle.com/javase/tutorial/jdbc/basics/transactions.html
savepoints are only active for the current transaction?
Thanks.

No comments:

Post a Comment