Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.
Is there a way to close the database connection before running the script?
I have an SQL script that crashes JMP if there's an open connection, so I'm trying to figure out a way to close all the connections before running the script.
There is not a command to close an ODBC connection established with New SQL Query() because New SQL Query() always closes the connection after performing the query.