MoreResultSets()


" "

short MoreResultSets (long QueryID, long* NextQueryID)

Description

This function returns TRUE if there is another result set available and NextQueryID points to the next query ID for that result set. All functions that operate on a result set can be applied.

Parameters

Name Description
QueryID The ID of the query, as returned from InitializeQuery().
NextQueryID Pointer to the next Query ID.

Return Value

Return value will be zero if successful or non-zero if unsucessful. If the return value is non-zero, you can call GetLastErrorString() or GetLastErrorType() to get additional error information.