I posted this question a while ago and have yet to find an adequate solution.
I want to use Eclipse/Birt for reporting against my SQLLITE db that I created with XOJO. I downloaded the driver, set up a connection successfully (ie I tested it)
But when I go to use it, I get Java errors and don’t see a table list
Has anyone successfully accessed a SQLLITE database that was created by XOJO in other client tools?
Perhaps if you detailed WHAT the Java errors are… it might help someone here point you in a good direction…
Have you done any research on the Net. I found thousands of articles discussing BIRT and SQLite…
some discussing problems, some indicating that certain ODBC drivers were required… etc.
@Brent Eamer I know you want to use BIRT to read/use your SQLite database. But I would use a 3rd product to check the database. There are many SQLite tools out there (depending on which O/S you are on). I use a lot of SQLite databases with Xojo. I use 2-3 (on each platform) different SQLite tools to check/use/verify the SQLite databases all the time.
So I would find one (or more) of these tools and use it as a validation tool for you.
The error indicates to me that BIRT cannot connect to the database… and that the “table is missing” is incidental…
perhaps BIRT does care about the extension… and the .RDB may not be appropriate…
Most other tools don’t care, but BIRT might