-79744 Transactions not supported
Explanation
The user has tried to call commit() or rollback() on a database that does not support transactions or has tried to set autoCommit to False on a nonlogging database.
User response
Verify that the current database has the correct logging mode and review the program logic.