Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/26/2011 10:56 PM, Paul Linehan wrote: two days ago - and haven't received a single reply. Is this not the correct forum for such a question? Can anybody even see this post? Yes and yes. http://www.catb.org/~esr/faqs/smart-questions.html

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Paul Linehan
Hi, Thanks for your input. Yes and yes.  http://www.catb.org/~esr/faqs/smart-questions.html I followed the links on this page - http://sqlite.org/support.html and found this http://sqlite.org:8080/cgi-bin/mailman/private/sqlite-users/ It did not have a search function - I assumed that

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Simon Slavin
On 27 Apr 2011, at 12:02pm, Paul Linehan wrote: Gigs - what I'm interested in is sharding and using SQLite instances as shards in a larger ensemble. Well now you've told us what you want out of it, we can comment usefully. You can handle your shards yourself, and you can implement sharding

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Paul Linehan
Hi, Thanks for your reply. Gigs - what I'm interested in is sharding and using SQLite instances as shards in a larger ensemble. Well now you've told us what you want out of it, we can comment usefully. Oh, goody! You can handle your shards yourself, and you can implement sharding by

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Simon Slavin
On 27 Apr 2011, at 1:24pm, Paul Linehan wrote: I know this - what I want to do is implement a sharding scheme myself with a queueing system and run it as a service on the different machines. These services will then communicate the result of any query back to the master server - web server -

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Mike Hartshorn
...@sqlite.org] On Behalf Of Paul Linehan Sent: 27 April 2011 13:24 To: General Discussion of SQLite Database Subject: Re: [sqlite] Best JDBC driver for SQLite? Hi, Thanks for your reply. Gigs - what I'm interested in is sharding and using SQLite instances as shards in a larger ensemble. Well

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-27 Thread Jim Morris
I've just started using Xerial also for a small project and have not had any problems so far. I haven't used any other JDBC wrappers so have no comparison info. ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Best JDBC driver for SQLite?

2011-04-26 Thread Paul Linehan
Hi, I sent this message to the list As I'm going to be using Java, I would like to know what is the best JDBC driver for SQLite - or if there isn't a best one, what are the pros and cons of the different ones. two days ago - and haven't received a single reply. Is this not the correct

[sqlite] Best JDBC driver for SQLite?

2011-04-25 Thread Paul Linehan
would like to know what is the best JDBC driver for SQLite - or if there isn't a best one, what are the pros and cons of the different ones. I have looked here http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers but this is merely a list and not an assessment of the advantages and disadvantages