Description
bool
fbsql_autocommit ( resource link_identifier [, bool OnOff])
fbsql_autocommit() returns the current
autocommit status_ if the optional OnOff parameter is
given the auto commit status will be changed_
With OnOff set to TRUE each statement will be committed
automatically, if no errors was found_
With OnOff set to FALSE the user must commit or rollback
the transaction using either fbsql_commit() or
fbsql_rollback()_
See also: fbsql_commit() and
fbsql_rollback()