bool sasql_stmt_close( sasql_stmt $stmt )
Closes the supplied statement resource and frees any resources associated with it. This function will also free any result objects that were returned by the sasql_stmt_result_metadata.
$stmt A prepared statement resource that was returned by the sasql_prepare function.
TRUE for success or FALSE on failure.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |