PreviousActiveX Controls Guide (v10) Next

DdfTransactionMode

Chapter contents

Applies to:

VAccess

The setting of DdfTransactionMode determines whether or not updates to the data dictionary tables will take place within a transaction. Accepts or returns a boolean value.

Remarks

DdfTransactionMode will wrap all DDF dictionary operations within a transaction, so it should be set to True when making changes to DDF files and False at other times.

The default value is False.

See Also

Pervasive PSQL Programmer's Guide.

Affects: GetTableList, FieldList, IndexList, DdfModifyTableName, DdfModifyLocation, DdfGetFieldComments, DdfAddTable, DdfDropTable, DdfAddIndex, DdfDropIndex, DdfDropIndexMaintain, DdfCreateTable, DdfCreateDictionary, DdfAddTableName, DdfClearIndexes, DdfClearFields, DdfSetOwner

Affected by: RefreshLocations


Chapter contents
Book contents

Prev topic: DdfPath
Next topic: ExtendedOps