DBResultSet.FetchMoreResults Method

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.

bool FetchMoreResults()

Return Value

True if there was another result set, false otherwise.