[python-win32] adodbapi changing autocommit

Max Slimmer III maxslimmer at gmail.com
Sun Oct 23 00:42:29 EDT 2016


Setting connection.autocommit = False does not cause a 
connection.connector.BeginTrans() and so any subsequent 
connection.commit() raises an exception that there is no open 
transaction. Is this by design and I'm supposed to explicitly call 
BeginTrans() when switching autocommit off?

Thanks,
Max


More information about the python-win32 mailing list