Wednesday, February 8, 2012

Re: How to set autocommit Off

Are you using JDBC, or python?  jdbc requires autocommit to be set to true, so you can call setAutoCommit(false) on Connection.

Python's DPAPI driver requires is to be off, and is therefore off by default.

Rob



No comments:

Post a Comment