[EMAIL PROTECTED] wrote: > > Hi, > I'm new to SQLite and maybe was this already said, but is there a way to use > SQLite inside a Java program? > I've found Javasqlite (www.ch-werner.de/javasqlite) which is a JDBC Driver > for SQLite but it seems to work with versions SQLite 2.8.13 and this one is > not available anymore on the SQLite Website. I've found no Java related > entries on the SQLite Website, but it is possible that I missed something. > Any help would be appreciated. > Thanks a lot
The current javasqlite should well compile with SQLite 2.8.15. A version for SQLite 3.x is planned but not ready yet. Regards, Christian

