Property Boolean Smart_Filemode_State
Read Access: | Get Smart_Filemode_State to BooleanVariable |
Write Access: | Set Smart_Filemode_State to BooleanVariable/Value |
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.