cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Automatically detect primary key and foreign key of SQLite when opening the database file directly

What inspired this wish list request? 

As the problem asked in Re: How to automatically detect primary key and secondary key of SQLite when ope... - JMP User Commu..., currently JMP can only auto detect primary-keys/foreign-keys/indexed columns by using an ODBC driver, while opening a SQLite file directly cannot. 

 

What is the improvement you would like to see?

JMP is able to detect SQLite primary-keys/foreign-keys/indexed columns without an ODBC driver. 

 

Why is this idea important? 

It would make SQLite data access a lot simpler by getting rid of adjusting table joining conditions manually.