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