Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » sacapi.h

 

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