sasql_use_result

Initiates a result set retrieval for the last query that executed on the connection.

Prototype

sasql_result sasql_use_result( sasql_conn $conn )

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. The result is not cached on the client.