Jump to content
We've recently updated our Privacy Statement, available here ×

How to connect to a Sqlite database ?


jmc2

Recommended Posts

Hello,

I have a Sqlite database, I would like to connect to with iReport.

As the jdbc drivers'list doesn't show any Sqlite jdbc driver, I've dowloaded it via the Tool -> Plugin menu -> Sqlite jdbc driver.

But after this installation, the jdbc drivers list doesn't show any jdbc SQLite driver.

Is this normal ? What is the way to install a SQLite jdbc driver and to make it appear in the combo box of the drivers'list ?

 

Thanks in advance.

Jean-Marie

 

 



Post Edited by farida at 06/10/2010 08:18
Link to comment
Share on other sites

  • 2 years later...
  • 1 year later...
Hello, for those who continue to have this problem as I want to say solve, maybe it's useful for someone else. 

My problem was the connector used, which was not correct, if you open the *.jar contains classes you will see that the original jar contains very few classes, what I did was download another connector and ready. 

I leave the link where to download it:


regards

Link to comment
Share on other sites

  • 1 month later...

Hello Everyone I have solution for your sqlite jdbc driver. I am working with netbeans.

First download sqlitejdbc.jar

You have to go in iReport   Tools - > Options - > Classpath then click add jar and add downloaded sqlitejdbc.jar file.

Now to connect to database. First select Jdbc connection. Still after that you didn't see sqlite driver in JDBC driver combobox. So wirte in that " org.sqlite.JDBC" and in JDBC url type "  jdbc:sqlite:sqlite file location" For example  "jdbc:sqlite:E:WorkplaceDb_testproject2.sqlite".

then click test if you given any password then type password else leave it blank.http://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/regular_smile.gif

 

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...