Accessing Oracle tables via ODBC
Hi All,
I'm new to JMP and need to go into an Oracle database and turn about 50 tables into JMP tables using JSL.
I've found and can use the OPEN DATABASE command, but have several questions:
1) Once you've opened the database, how do you disconnect from it at the end?
2) The OPEN DATABASE Command accepts an SQL statement and a JMP table name. How do you get data from 50 tables and put them into 50 J...