Methods of running scripts
     You can use these methods to run scripts.
  
    - Use the button.
 - Use non-SQL scripts. For
        example:
--<<NON-SQL>> ExecuteScript(string scriptName); - Use anApplication Engine process with the function
          ModelingExecuteTableDataLoadQuery. To run a script, you must pass the table
        name as an empty string (""). The parameter clearData is ignored. For
        example:
void ModelingExecuteTableDataLoadQuery(string applicationName, string tableName, string scriptName, bool clearData) - Use API Gateway or ION API. To run a script, you must pass the table name as an
        empty string (""). The parameter clearData is ignored. For example:
        
void ModelingExecuteTableDataLoadQuery(string applicationName, string tableName, string scriptName, bool clearData)