sqlany_commit

Commits the current transaction.

Syntax
sqlany_commit ( $conn )
Parameters
  • $conn   The connection object on which the commit operation is to be performed.

Returns

Returns a scalar value that is 1 when successful or 0 when unsuccessful.

See also
Example
rc = api.sqlany_commit( conn )