SQL_MoreResults
Syntax
native SQL_MoreResults(Handle:query);
Usage
| Parameter | Description |
|---|---|
| query | Handle of a query to check. |
Description
Checks whether there are more results to be read.
Return
1 if there are more results, 0 otherwise.
Error
Invalid query handle.