TABLE_LOCKING
- TABLE_LOCKING
- Specifies whether a table being edited can be explicitly locked. An explicit LOCK TABLE SQL
statement is only issued if the "locking" option on the seventh editor options panel is set to
either 2 (Share Mode) or 3 (Exclusive Mode).
- YES
- An explicit LOCK TABLE SQL statement might be issued.
- NO
- An explicit LOCK TABLE SQL statement is not issued, regardless of the setting of the "locking" editor option.
If the PROD_EDIT option is not specified or is set to
NO, the default behavior isYES. Otherwise, the value is enforced asNO. See topic PROD_EDIT.