Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)

OLE DB Programmer's Reference

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.

1998-2001 Microsoft Corporation. All rights reserved.

Категории