bool sqlanywhere_free_result( resource result_identifier )
This function is deprecated. You should use the following PHP function instead: sasql_free_result.
Frees database resources associated with a result resource returned from sqlanywhere_query.
result_identifier The result resource returned by the sqlanywhere_query function.
TRUE on success or FALSE on error.
This example shows how to free a result identifier's resources.
sqlanywhere_free_result( $result ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |