MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: Own Inserts Visible
Value | Meaning |
VARIANT_TRUE | The rowset can see its own inserts. That is, if a consumer of a rowset inserts a row, any consumer of the rowset can see that row the next time it fetches a set of rows containing it.
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 rows inserted 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.