SEARCH:
Previous: SQLX_TrxBegin Next: SQLX_Inserts

SQLX_TrxClose

string Trx_Type_Name


Attempts to commit a transaction. If there are errors, it rollsback the transaction and makes an entry in the syslogs table to record the error.

If there is an error, and the second parameter has been provided, that value will go to the "syslogs_name" column of the syslogs table.

Previous: SQLX_TrxBegin Next: SQLX_Inserts