sqlany_commit function

Commits the current transaction.

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

Returns

1 when successful or 0 when unsuccessful.

See also