Can you please, if it's not too much trouble for you, fix the exception which happens in pure Java driver when a reference to a hard drive exists in filename? This connection string triggers the bug : "jdbc:sqlite:c:/test.db", although the database is placed properly and the string is correct, and this relative path works : "jdbc:sqlite:../../../test.db". Using Netbeans 5.5, JDK 1.6, Native Java driver 031.
Rasha <stra...@gmail.com> wrote: > Can you please, if it's not too much trouble for you, fix the exception > which happens in pure Java driver when a reference to a hard drive > exists in filename? This connection string triggers the bug : > "jdbc:sqlite:c:/test.db", although the database is placed properly and > the string is correct, and this relative path works : > "jdbc:sqlite:../../../test.db". Using Netbeans 5.5, JDK 1.6, > Native Java driver 031.
I am working on this problem and will probably have a fix out in a couple of days. It's proving more difficult than I first thought.
Matt Casters has used your 'pure Java' library to add support for SQLite to the Kettle ETL tool. Works for Java1.5 but I'm getting "out of memory" errors when I use Java JRE 1.6.
gobansaor <Glees...@gmail.com> wrote: > Matt Casters has used your 'pure Java' library to add support for > SQLite to the Kettle ETL tool. Works for Java1.5 but I'm getting "out > of memory" errors when I use Java JRE 1.6. > Works with JRE 1.5.0_09, but gets "out of memory" with JRE 1.5.0.10.
Thanks Tom. I will look into this over the weekend. Hopefully 3.3.12 is also out by then so I can finally upgrade the SQLite version too, the last few have been troublesome.