Le vendredi 15 Octobre 2004 09:23, Eric Bohlman a �crit : > R S wrote: > > Can an application access data from SQLite via ODBC? Didn't see > > documentation on the same. > > If you have an ODBC driver for SQLite, yes. The "SQLite Wrappers" page > of the wiki mentions "ODBC driver for SQLite. > http://www.ch-werner.de/sqliteodbc/". I don't know anything about it, > but check out the URL. > The SQLite ODBC driver has been written by Christian Werner and make it possible to access a SQLite database file from applications which are ODBC compatible. I use it with OpenOffice.org in linux and windows. You can find here a how-to about that (http://documentation.openoffice.org/HOW_TO/data_source/SQLite.sxw)
I hope this will help you. Yves

