Connecting to SQLite Database Fails
问题 I am attempting to access my SQLite3 database in a Java Applet. When I run my code to connect to the database I get this error No suitable driver found for a.db , how can I fix it? Now I am not entirely sure I have actually installed the correct driver...I will tell you what I have done & could you tell me what else I need to do to make Eclipse IDE find the SQLitejdbc driver: BK info: On windows 7, using Eclipse Helios Java I have a SQLite3 database created in python & I want to read it in my