Odbc Toolkit - connection.executeSQLScript
- :
results =executeSQLScript(conn, scriptname) Run statements from a script file
Inputs
connODBC connection object
scriptnameFilename to read statements from. NOTE: currently the file is expected to contain one statement per line.
Outputs
resultsA struct with fields SQLQuery, Data and Message for each SQL statement in the file.