bool sqlanywhere_rollback( resource link_identifier )
This function is deprecated. You should use the following PHP function instead: sasql_rollback.
Ends a transaction on the SQL Anywhere database and discards any changes made during the transaction. This function is only useful 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 uses sqlanywhere_rollback to roll back a connection.
$result = sqlanywhere_rollback( $conn ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |