ctsql_rollback
Rolls back the current open transaction.
Declaration
bool ctsql_rollback ( [resource connectionID])
Description
Rolls back the current transaction for the database specified by the connectionID parameter.
Returns
Returns TRUE on success or FALSE on failure.
See also
ctsql_commit()