sasql_next_result

Prepares the next result set from the last query that executed on $conn.

Prototype

bool sasql_next_result( sasql_conn $conn )

Parameters

$conn – The connection resource returned by a connect function.

Returns

FALSE if there is no other result set to be retrieved. TRUE if there is another result to be retrieved. Call sasql_use_result or sasql_store_result to retrieve the next result set.