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
Description: Return Pending Inserts
Value | Meaning |
VARIANT_TRUE | The methods that fetch rows, such as IRowset::GetNextRows, can return pending insert rows—that is, rows that have been inserted in delayed update mode but for which IRowsetUpdate::Update has not yet been called. |
VARIANT_FALSE | The methods that fetch rows cannot return pending insert rows. |