SQL_FetchMoreResults

Last Updated2007-06-01
Created At2007-06-01

Advances to the next set of results. In some SQL implementations, multiple result sets can exist on one query. This is possible in MySQL with simple queries when executing a CALL query. If this is the case, all result sets must be processed before another query is made.

native bool SQL_FetchMoreResults(Handle query)

Parameters

Handle query
A query Handle.

Return Value

bool True if there was another result set, false otherwise.

Error

Invalid query Handle.