DBPROP_OWNINSERT
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 Other Changes.
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. |