bool sasql_stmt_store_result( sasql_stmt $stmt )
This function allows the client to cache the whole result set of the statement. You can use the function sasql_stmt_free_result to free the cached result.
$stmt A statement resource that was executed using sasql_stmt_execute.
TRUE on 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 |