CTTable.UpdateCreateMode
Syntax
void UpdateCreateMode(CREATE_MODE mode)
Parameters
Description
Update the table create mode. This method changed critical file mode attributes such as the level of transaction control.
No check is made to determine if the mode change will damage data. No check is made if the new mode is valid.
Note: Use this method with caution as data may be lost. For instance, changing a data file from transaction processing to no transaction processing make automatic recovery unavailable.