Re: [python-win32] adodbapi changing autocommit

2016-10-23 Thread Tim Roberts
On Oct 22, 2016, at 9:42 PM, Max Slimmer III wrote: > > 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 explicit

[python-win32] adodbapi changing autocommit

2016-10-23 Thread Max Slimmer III
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, M