|
odbc_autocommit(PHP 4, PHP 5) odbc_autocommit — Toggle autocommit behaviour ОписаниеToggles autocommit behaviour. By default, auto-commit is on for a connection. Disabling auto-commit is equivalent with starting a transaction. Список параметров
Возвращаемые значенияWithout the OnOff parameter, this function returns auto-commit status for connection_id. Non-zero is returned if auto-commit is on, 0 if it is off, or FALSE if an error occurs. If OnOff is set, this function returns TRUE on success and FALSE on failure. |
|