sasql_store_result

Prototype
sasql_result sasql_store_result( sasql_conn $conn )
Description

Transfers the result set from the last query on the database connection $conn to be used with the sasql_data_seek function.

Parameters

$conn   The connection resource returned by a connect function.

Returns

FALSE if the query does not return a result object, or a result set object, that contains all the rows of the result. The result is cached at the client.

Related functions