Data Source -- SQLite3 -- Error
When trying to connect to a SQLite3 db from the Data Sources window I receive the following error message. I have checked that the db file has no errors via Firefox SQLite Manager. Any thoughts on how to correct this?
Please sign in to leave a comment.
Looks like a limitation of the sqlite JDBC driver, google shows this workaround:
http://stackoverflow.com/questions/2861900/sqlitejdbc-giving-org-sqlite-metadata-getimportedkeys-not-yet-implemented-error-w .
Thanks Serge.