In our company there is an access database for rheology measurements. We can update rheology jmp tables from this database file (.mdb) by using jmp 14.3. Now we are using jmp 16.2 and the update script do not work anymore. Every time I have to open jmp 14 to update the tables.
Current Data Table() << Update From Database(
"DSN=Test;DBQ=filelink\filelink\file.mdb",
"SELECT * FROM [file]"
)