Signature
native SQL_MoreResults(Handle:query);
Description
Checks whether there are more results to be read.
Parameters
- query — Handle of a query to check.
Returns
1 if there are more results, 0 otherwise.
Errors
- Invalid query handle.