MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties


 

DBPROP_DELAYSTORAGEOBJECTS

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? N

Type: VT_BOOL

Typical R/W: R/W

Description: Delay Storage Object Updates

In delayed update mode, if the value of this property is VARIANT_TRUE, storage objects are also used in delayed update mode. In particular:

Changes to the object are not transmitted to the data source object until IRowsetUpdate::Update is called.

In delayed update mode, if the value of this property is VARIANT_FALSE, storage objects are used in immediate update mode. In particular:

In immediate update mode, this property has no effect on storage objects.