Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
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.