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: Blocking Storage Objects
Indicates whether storage objects might prevent use of other methods on the rowset.
Value | Meaning |
VARIANT_TRUE | Instantiated storage objects might prevent the use of other methods on the rowset. That is, after a storage object is created and before it is released, methods other than those on the storage object might return E_UNEXPECTED. |
VARIANT_FALSE | Instantiated storage objects do not prevent the use of other methods. |