Versions available for this page: CUBRID 8.4.0 | CUBRID 8.4.1 |
The cubrid_set_autocommit() function is used to set the status of CUBRID database connection auto-commit mode of the current database connection. This function just turns on/off the auto-commit mode. When this function is called, concurrent transactions are committed regardless of the auto-commit mode.
bool cubrid_set_autocommit(resource $conn_identifier, int $mode)