DBPROP_MULTIPLESTORAGEOBJECTS
Property group: Data Source Information
Property set: DBPROPSET_DATASOURCEINFO
Type: VT_BOOL
Typical R/W: R
Description: Multiple Storage Objects
Value |
Meaning |
---|---|
VARIANT_TRUE |
The provider supports multiple, open storage objects at the same time. |
VARIANT_FALSE |
The provider supports only one open storage object at a time. Any method that attempts to open a second storage object returns a status of DBSTATUS_E_CANTCREATE for the column on which it attempted to open the second storage object, whether or not the objects are constructed over the same column, different columns in the same row, or different rows. |