bool sqlanywhere_commit( resource link_identifier )
This function is deprecated. You should use the following PHP function instead: sasql_commit.
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.
link_identifier The link identifier returned by the sqlanywhere_connect function.
TRUE on success or FALSE on failure.
This example shows how sqlanywhere_commit can be used to cause a commit on a specific connection.
$result = sqlanywhere_commit( $conn ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |