Multiple Results Property
The Multiple Results property specifies whether the provider supports multiple results objects and what restrictions it places on these objects.
Applies To
Connection Object |
Syntax
object.Properties("Multiple Results")
Parts
object
Expression that evaluates to an object in the Applies To list.
Returns
A bitmask containing zero or more of the following settings:
Constant | Description |
---|---|
DBPROPVAL_MR_CONCURRENT | More than one recordset created by the same multiple results object can exist concurrently. If this bit is not set, the consumer must release the current recordset before retrieving the next result. |
DBPROPVAL_MR_NOTSUPPORTED | The provider does not support multiple results objects. |
DBPROPVAL_MR_SUPPORTED | The provider supports multiple results objects. |
Data Type
adInteger
Modifiable
Read-only
OLE DB Property
DBPROP_MULTIPLERESULTS