|
odbc_autocommitToggle autocommit behaviour Description
mixed odbc_autocommit
( resource
$connection_id
[, bool $OnOff = false
] )Toggles autocommit behaviour. By default, auto-commit is on for a connection. Disabling auto-commit is equivalent with starting a transaction. Parameters
Return Values
Without the
If See Also
|