Renu Sidhu
Lurker
I have created a project in Eclipse (Java) with SQLite db.
After that Eclipse project successfully imported in Android Studio but unable to work with SQlite db. Following error displayed all the time:
Class Not Found java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver
java.sql.SQLException: No suitable driver found for jdbc:sqlite:C:/sqlite/sqlite/db/Student.db
Can anyone help me regarding this?
After that Eclipse project successfully imported in Android Studio but unable to work with SQlite db. Following error displayed all the time:
Class Not Found java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver
java.sql.SQLException: No suitable driver found for jdbc:sqlite:C:/sqlite/sqlite/db/Student.db
Can anyone help me regarding this?