Dan Keeley wrote:
Hi,
I've finally got round to building sqlite. Now i'm after the odbc driver for it.
Only thing is I can't seem to find the page on the sqlite website that lists other programs, such as an odbc driver for use with sqlite?
Is there a recommended odbc driver to use?
Dan,
The page that gives the (very impressive) list of drivers and wrappers for SQLite is:
http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
The specific one you want is:
http://www.ch-werner.de/sqliteodbc/
I hope you will enjoy working with SQLite as much as I have.
Gerry