Methods of running scripts

You can use these methods to run scripts.
  • Use the Execute Script 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 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)