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

