Hi There!
We've been upgrading to JMP 16 from JMP 15, lately. Unfortunately, after this upgrade my SQL code which has been working in JMP 15 is not working anymore. I have tried to collect some information and will try to describe the problem the best that I can. I hope there is somebody out there who might have an idea about that.
I use an ODBC connection to connect to a SQL database that has in total 3 tables. Two of the data tables can be accessed without any problem. However, when trying to access the third one, I get the following error message:
This message appears, no matter which columns I include. Even adding a where clause does not change anything.
For completeness, I have tried to access the database in a script:
Again, 'dropdown' works fine, 'LTDB' does not. Unfortunately, both of the error messages do not help me. I have read this thread and the links therein, but there is no help for me. Do you have any solutions?
By the way, I do not think this problem is related to the data table itself. I have tried to access the very same using Python's pyodbc library, and the following works out perfectly fine:
Thanks!
Kira