MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? Y
Type: VT_BOOL
Typical R/W: R/W
Description: Objects Transacted
Value | Meaning |
VARIANT_TRUE | Any object created on the specified column is transacted. That is, data made visible to the data store through the object can be committed with ITransaction::Commit or aborted with ITransaction::Abort. |
VARIANT_FALSE | Any object created on the specified column is not transacted. That is, all changes to the object are permanent once they are made visible to the data store. |
If this property is set on a column that does not contain an object, it is ignored.