MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: IMultipleResults
Value | Meaning |
VARIANT_TRUE | Executing the command or opening the rowset returns a multiple results object (supporting IMultipleResults) in place of the rowset. This multiple results object can be used to obtain a series of results generated from a single method call. |
VARIANT_FALSE | Executing the command or opening the rowset returns a rowset object. If a series of results are generated from the method call, only the first such result is available. |