SQL_MoreResults

Syntax

native SQL_MoreResults(Handle:query);

Usage

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.