bool sasql_next_result( sasql_conn $conn )
Prepares the next result set from the last query that executed on $conn.
$conn The connection resource returned by a connect function.
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.