Creating a Database Connection using JSL (and closing it)
I am trying to Create a db connection and then close it when my script is complete. I've copied the Connection string from the "Connection()" command in my "New SQL Query()" function and pasted it into the "Create Database Connection()" function. But when I run the script I get an error in the log related to the definition of dbc1 that says "[Microsoft][ODBC Driver Manager] Data source name not ...
