Thanks, Julian; we'll see.

I'm not married to JDBC; an SQLite API wrapper might suit me down to the
ground.  I'm not doing general SQL database stuff, but we've done quite a
lot with SQLite in the past, and I'd like to retain it in my toolkit.  In
any event I'm using Java 1.7; it's a little troubling that the Xerial
driver hasn't been kept up to date.

Will


--
Will Duquette -- [email protected]
Athena Development Lead -- Jet Propulsion Laboratory
"It's amazing what you can do with the right tools."





On 11/24/12 9:37 AM, "Julian" <[email protected]> wrote:

>Dear William
>
>> What driver are people using to access SQLite databases from Java
>>applications?
>
>Personally I'm using the Xerial/Zentus driver, which seems available in
>several places on the net, such as
>http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC, as this uses JDBC
>rather than a SQLite api wrapper. One problem is that it hasn't been
>updated for Java 1.6, so needs extra dummy functions added - if you like
>I can send you my version. I've also got it working for Android (on
>version for pre-2.3 and one 2.3+).
>
>(My apologies that this isn't posted to the SQLite list, but I've joined
>after your message).
>
>- Julian
>
>
>
>
>_______________________________________________
>sqlite-users mailing list
>[email protected]
>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to