sasql_commit

Prototype
bool sasql_commit( sasql_conn $conn )
Description

Ends a transaction on the SQL Anywhere database and makes any changes made during the transaction permanent. Useful only when the auto_commit option is Off.

Parameters

$conn   The connection resource returned by a connect function.

Returns

TRUE on success or FALSE on failure.

Related functions