DBPROP_OTHERUPDATEDELETE

OLE DB Programmer's Reference

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? N

Type: VT_BOOL

Typical R/W: R/W

Description: Others' Changes Visible

For information about the visibility of specific changes, see "Visibility of Changes" in Chapter 5: Updating Data in Rowsets.

For information about how this property relates to the cursor types in ODBC, see the DBPROP_OTHERINSERT property.

Value Meaning
VARIANT_TRUE Rows modified (updated or deleted) by a consumer or process other than a consumer of the rowset are visible. For example, suppose this other process or consumer updates the data underlying a row or deletes the row. If the row is released completely, any consumer of the rowset will see that change the next time it fetches the row. This includes updates and deletes made by others in the same transaction as well as updates and deletes made by others outside the transaction.
Note   The transaction isolation level does not affect the visibility of rows inserted by others in the same transaction, such as other rowsets in the same session. However, it does restrict the visibility of rows inserted by others outside the transaction.
VARIANT_FALSE Changes to the rowset (updates and deletes) made by other consumers of the rowset are not visible unless the command is reexecuted.

1998-2001 Microsoft Corporation. All rights reserved.



Microsoft Ole Db 2.0 Programmer's Reference and Data Access SDK
Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
ISBN: 0735605904
EAN: 2147483647
Year: 1998
Pages: 1083

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net