DISABLE_SCRIPTING¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command ends any scripting started by ENABLE_SCRIPTING. The mock INT file and script can then be retrieved and examined.
Syntax
DISABLE_SCRIPTING
Example
ENABLE_SCRIPTING
//Table restructuring would go here
DISABLE_SCRIPTING
GET_SQL_SCRIPT_CHUNK OFFSET 0 to sChunk sLength
Showln sChunk