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


 

DBPROP_OWNUPDATEDELETE

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? N

Type: VT_BOOL

Typical R/W: R/W

Description: Own Changes Visible

Value Meaning
VARIANT_TRUE The rowset can see its own updates and deletes. For example, suppose a consumer of the rowset updates or deletes a row. If the row is released completely, any consumer of the rowset will see the update or delete the next time it fetches that row.

This ability is independent of the transaction isolation level because all consumers of the rowset share the same transaction.

VARIANT_FALSE The rowset cannot see updates and deletes made by consumers of the rowset unless the command is reexecuted.

For information about how this relates to the SQL_STATIC_SENSITIVITY information type in ODBC, see the DBPROP_OTHERINSERT property.