odbc_autocommit
odbc_autocommit
Toggle autocommit behaviour
**odbc_autocommit** Odbc\Connection $odbc $enable
Toggles autocommit behaviour.
By default, auto-commit is on for a connection. Disabling auto-commit is equivalent with starting a transaction.
odbc``enable
If is true, auto-commit is enabled, if
it is false auto-commit is disabled.
If null is passed, this function returns the auto-commit status for
.
enable``odbc
With a null parameter, this function returns
auto-commit status for . Non-zero is
returned if auto-commit is on, 0 if it is off, or false if an error
occurs.
enable``odbc
If is non-null, this function returns true on
success and false on failure.
enable
odbc_commit``odbc_rollback