Skip to content

Smart_Filemode_State - BaseData_Set

Governs whether this object can use file-locking optimization for its tables

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean Smart_Filemode_State
Access Type Syntax
Read Access: Get Smart_Filemode_State to BooleanVariable
Write Access: Set Smart_Filemode_State to BooleanVariable/Value

Description

The Smart_Filemode_State property governs whether this object can use table-locking optimization for its tables. You should check all views in your existing applications and make sure that there are no unknown tables used in DataDictionary objects (DDOs) in those views. If there are, you can set Smart_Filemode_State to False in the DDOs that utilize unknown tables (which makes all views that use those DDOs operate in non-smart filemode).

Default is True.