A connection error occurrence using SQLite3

Asked By 50 points N/A Posted on -
qa-featured

I am getting an error when using the SQLite3.

I cannot connect to the SQLite database using the Data Sources option because of the error I get.

I do not get an error when using Firefox SQlite Manager.

Do you have any ideas on how to fix this problem?

Any help would be appreciated.

Thanks!

Error:

3 of 3 tables were loaded. The  following errors were encountered:

Table:SCHEMA_MIGRATIOONS java.sql.SQLEXException:not yet implemented at org.sqlit.MetaData.getimportedkey(MetaData.java:503)

Table:SQLITE_SEQUENCE  java.sql.SQLEXException:not yet implemented at org.sqlit.MetaData.getimportedkey(MetaData.java:503)

Table:USERS  java.sql.SQLEXException:not yet implemented at org.sqlit.MetaData.getimportedkey(MetaData.java:503)

SHARE
Answered By 590495 points N/A #154773

A connection error occurrence using SQLite3

qa-featured
If this is the first time this error happened while you are working with your program, try restarting your computer then try it again. If it still doesn’t work, try checking its configuration. It’s possible that you might have accidentally changed the program’s settings that made it not work. 
 
But if its configuration was still the same, try reinstalling it. Uninstall the program then check your computer for any possible errors. Use a disk utility application to check the system. 
 
For a much thorough diagnostics on the system, use a disk utility application like Norton Utilities, or PC Tools Performance Toolkit. Any of these tools will surely fix the problem should your system have any possible file system errors. Install the application again after the disk check.
 
If reinstalling it didn’t help fix it, try updating your current Java version. Or just try upgrading your application if you are using an older version. Download and install SQLite 3.7.12.1 by visiting SQLite.

Related Questions