FairCom SQL for PHP
ctsql_commit
Commit the current c-treePHP transaction.
Declaration
bool ctsql_commit ([resource connectionID])
Description
Commits the current transaction for the database connection specified by the connectionID.
Returns
Returns TRUE on success or FALSE on failure.