DISABLE_SCRIPTING¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
Scripting is used for testing and preparation. This command ends any scripting started by ENABLE_SCRIPTING. The mock INT file and script can then be retrieved and examined. Any table restructuring done between this command and ENABLE_SCRIPTING will not actually be committed but will instead create a mock INT file. The script and INT file can then be retrieved and examined for testing purposes.
Syntax
DISABLE_SCRIPTING
Example
ENABLE_SCRIPTING
//Table restructuring would go here
DISABLE_SCRIPTING
GET_SQL_SCRIPT_CHUNK OFFSET 0 to sChunk sLength
Showln sChunk