You DB file opened fine for me in the SQLite tools I tried. Tables and data displayed properly with data.
I did try a quick download of Eclipse with BIRT, but I get an error about Java SE 6 being required even though I already have Java8 on my system. Reminds me why I stopped using Java so many years ago.
Are you able to connect any other SQLite DB to this BIRT thing? Maybe try Chinook.
try changing the file extension⦠I have been digging around, and found articles that INFER, that the file content and file extension must match for BIRT to use it ā¦
Is the continuation of this issue an XOJO one? or a database/BIRT one?
If it is XOJO oriented, than why is BIRT part of the problem?
If it is a BIRT one, would it not best be solved on a more forum more focused on that tool?
@Dave, not sure what the answer is on that one. Basically I have a SQLite DB created within XOJO that I would like to write reports on. I donāt want to purchase a third party report program. BIRT is open source, ergo my choice of BIRT
I just tried launching Eclipse and it tells me that I need at leave JVM 1.7 installed. This despite having 1.8.x installed. Not building a lot of confidence in this productā¦
Then in my opinion, this is now a BIRT issue and not an XOJO one.
SQLite is SQLite, and XOJO creates them in a 100% standard manner.
I have created SQLite databases with XOJO and used them with other tools, and have created SQLite databases with other tools and used them with XOJOā¦
Of course you have the alternative of actually writing your report using XOJO and leave BIRT out of the equation entirely, but that is of course up to you. And NO, you donāt āneedā a custom āReport Generatorā⦠just some imagnination
You could look at BKeeney Shorts http://www.bkeeney.com/allproducts/bkeeney-shorts/. Embeddable report designer. External report files (or strings if you will). And if the report designer canāt actually do your report (some reports are just too complex) you can always create the report in code (which is how it started). 100% Xojo code (except for PDFās which require an external plugin).
@Dave, I had an initial look at XOJO reporting but it seemed a tad lean and primitive
Iāve used Crystal Reports and Oracle Reports, that is what I am used to
Unless you are suggesting I get into GDI and graphics stuff?
I looked at my code and saw that I was creating a āREALSQLDatabaseā. This app was created over six years ago. I understood that RealSqlDatabaseās were similar or based on Sqllite but not exact.
So I created a quick test app using āSQLiteDatabaseā , created a table, added a few rows and with the Sqlite ODBC driver BIRT is now able to see and report off the table.