ENABLE_SCRIPTING¶

Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex

Scripting is used for testing and preparation. This command allows structural changes to be compiled and tested without actually making any of the changes. Any table restructuring done between this command and DISABLE_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

ENABLE_SCRIPTING

Example

ENABLE_SCRIPTING
    //Table restructuring would go here
DISABLE_SCRIPTING

GET_SQL_SCRIPT_CHUNK OFFSET 0 to sChunk sLength
Showln sChunk