hi I am trying to add sqlite driver into my netbeans 6.9.1 project, these are the steps that I have done :
Unable to add connection. cannot establish a connection to jdbc:sqlite:/ using org.sqlite.JDBC -unable to find a suitable driver-.
please let me know how to create this connection for a simple database. thanks
To use SQLite with java programs, you must have SQLite JDBC Driver and Java set up on the system. Follow the steps given below: Download latest version of sqlite-jdbc-(VERSION). jar from sqlite-jdbc repository.
The SQLiteStudio tool is a free GUI tool for managing SQLite databases. It is free, portable, intuitive, and cross-platform. SQLite tool also provides some of the most important features to work with SQLite databases such as importing, exporting data in various formats including CSV, XML, and JSON.
If you are working on windows, change all backslashes to slashes in your path. This one I'm using right now:
jdbc:sqlite://T:/data/sampledb.sqlite
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With