Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_stmt_store_result

Prototype
bool sasql_stmt_store_result( sasql_stmt $stmt )
Description

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.

Parameters

$stmt   A statement resource that was executed using sasql_stmt_execute.

Returns

TRUE on success or FALSE on failure.

Related functions