Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_14
Description: Bulk Operations
A bitmask describing optimizations that a provider may take for updates to the rowset. These optimizations are usually used for things like bulk loading of a table. The following values can be specified and are usually set as OPTIONAL properties because they are hints to the provider. Additional bits may be defined in the future; providers should be prepared to handle new bits in this bitmask by ignoring them if the property is set as optional or by returning an error if the property is set as required.
- DBPROPVAL_BO_NOLOGThe provider is not required to log inserts or changes to the rowset.
- DBPROPVAL_BO_NOINDEXUPDATEThe provider is not required to update indexes based on inserts or changes to the rowset. Any indexes need to be re-created following changes made through the rowset.
- DBPROPVAL_BO_REFINTEGRITYReferential Integrity constraints do not need to be checked or enforced for changes made through the rowset.
1998-2001 Microsoft Corporation. All rights reserved.