*** 327,333 **** *: A good tutorial to use JDBC driver for SQLite. (it works at least !) http://vds.uchicago.edu/twiki/bin/view/VDSDevelopment/UsingSQLite *: JDBC driver based on the SQLite 3 API (binaries included): ! http://www.zentus.com/sqlitejdbc *: Another Java - SWIG wrapper. It only works on Win32. http://rodolfo_3.tripod.com/index.html *: {link: http://www.sqlite.org/contrib?orderby=date sqlite3sh.jar} 100% pure Java port of the sqlite 3.3.8+ commandline shell built with {link: http://darcs.brianweb.net/nestedvm/ NestedVM}. (sqlite3sh.jar is not a JDBC driver). --- 327,333 ---- *: A good tutorial to use JDBC driver for SQLite. (it works at least !) http://vds.uchicago.edu/twiki/bin/view/VDSDevelopment/UsingSQLite *: JDBC driver based on the SQLite 3 API (binaries included): ! http://www.zentus.com/sqlitejdbc {link: http://www.pysquared.com/files/Java/JavaSQLiteExample/ "Simple Tutorial"} *: Another Java - SWIG wrapper. It only works on Win32. http://rodolfo_3.tripod.com/index.html *: {link: http://www.sqlite.org/contrib?orderby=date sqlite3sh.jar} 100% pure Java port of the sqlite 3.3.8+ commandline shell built with {link: http://darcs.brianweb.net/nestedvm/ NestedVM}. (sqlite3sh.jar is not a JDBC driver).