native

SQL_MoreResults

Syntax

native SQL_MoreResults(Handle:query);

Description

Checks whether there are more results to be read.

Parameters

query Handle of a query to check.

Return

1 if there are more results, 0 otherwise.

Error

Invalid query handle.