Subject setAutoCommit
Author Rick Debay
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Connection.html#setAuto
Commit(boolean)

"NOTE: If this method is called during a transaction, the transaction is
committed."

Does Jaybird commit if setAutoCommit(false) is called, when the
auto-commit state is already false?

Thanks, Rick DeBay