Re: [sqlite] SQLite driver for Java

2012-11-26 Thread Duquette, William H (318K)
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 -- william.h.duque...@jpl.nasa.gov
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"  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
>sqlite-users@sqlite.org
>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite driver for Java

2012-11-24 Thread John Gabriele
On Sat, Nov 24, 2012 at 12:37 PM, Julian  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+).

I'm using Clojure, not Java (though Clojure (the canonical
implementation anyhow) is based on the JVM), and am using the xerial
driver for accessing sqlite ("org.xerial/sqlite-jdbc 3.7.2",
http://search.maven.org/#search|ga|1|a%3A%22sqlite-jdbc%22 ).

---John
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite driver for Java

2012-11-24 Thread Julian
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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite driver for Java

2012-11-06 Thread Duquette, William H (318K)
Howdy!

What driver are people using to access SQLite databases from Java applications?

Will
--
Will Duquette -- william.h.duque...@jpl.nasa.gov
Athena Development Lead -- Jet Propulsion Laboratory
"It's amazing what you can do with the right tools."

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users