IMultipleResults

IMultipleResults is used to retrieve multiple results (rowsets or row counts) created by a command.

To create a multiple results object, a consumer creates a command, sets the command text, and calls ICommand::Execute with riid set to IID_IMultipleResults. The command text generally specifies multiple results, although this is not required. To retrieve each result in succession, the consumer repeatedly calls IMultipleResults::GetResult

Method Description
GetResult Returns the next in a series of multiple results from the provider.

 

IMultipleResults::GetResult

Returns the next in a series of multiple results from the provider. This interface is not  supported.