Hi Everyone, I'm trying to use JMP to connect to a SQLite db and I'm running into a very funny problem where the text fields in the first few rows of data get mangled, while everything else looks fine.
I'm using JMP 11.2.1 for Mac, running Mac 10.11.6, and I'm using the ODBC available here: SQLite ODBC Driver
I've created a very simple database (attached) to test this issue. When I open JMP, and go to File > Database > Open Table I can see connect to the DSN that I've previously setup in the ODBC, and JMP finds the right table name and all.
When I view the db in the SQLite Manager add-on for Firefox, I see the following:
which is exactly what I would expect to find. I can also query the table directly using the sqlite3 db api for python, and I can confirm that the entries are as shown:
Yet, when I try to load this table into JMP, I instead find this:
Very strange! It's getting the integer and floating point fields correctly, but it only got the first two characters of the label column correctly for the first row, and it truncated the 'd' off the label in row 2.
For completeness, here's the info I have in my ODBC setup:
Driver:
DSN:
Any help on this would be much appreciated, I'd really love to be able to use JMP to run queries on SQLite databases.
Thanks,
Mike