DBPROP_OWNINSERT

OLE DB Programmer's Reference

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? N

Type: VT_BOOL

Typical R/W: R/W

Description: Own Inserts Visible

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

Note   This property corresponds to the value returned by the SQL_STATIC_SENSITIVITY information type in SQLGetInfo in ODBC.

Value Meaning
VARIANT_TRUE The inserts to the rowset are visible. That is, if a consumer of a rowset inserts a row, that row will be visible to any consumer of the rowset the next time that consumer fetches a set of rows containing 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.

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