|
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.
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.
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
Prev topic: DdfPath
|