DBPROP_OWNUPDATEDELETE
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: Own Changes Visible
For information about the visibility of specific changes, see Visibility of Other Changes.
For information about how this property relates to the cursor types in ODBC, see the DBPROP_OTHERINSERT property.
Value |
Meaning |
---|---|
VARIANT_TRUE |
The updates and deletes made by the rowset consumer are visible. For example, suppose a consumer of the rowset updates or deletes a row. If the row is released completely, the update or delete will be visible to any consumer of the rowset 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 |
Changes to the rowset (updates and deletes) made by consumers of the rowset are not visible unless the command is reexecuted. |