SQLite ODBC Driver | ||
|
||
The
SQLite Database Engine provides a lightweight C library to access database
files using a large subset of SQL92 without the overhead of RDBMS server
processes. In order to use that functionality as a desktop database I wrapped
the SQLite library into an ODBC driver. So far it has been tested with SQLite 2.8.17 and SQLite 3.7.4 on Windows NT/2000 in MS Excel 97 (MSQUERY) with SQLite database files created on Linux. Support for Win64 exists for the SQLite 3.x version of the driver, but this has been only partially tested. It also runs on Linux with unixODBC 2.[0-2].x and with libiodbc 3.[05].x. Another recent experimental project is a Java binding for the SQLite database engine, which can be found here. |
||
Docs and Download |
Refer to the online documentation
(made with DoxyGen)
and/or get the
current source code
or the SRPM.
For Win32 operating systems a binary package is available as an NSIS installer in sqliteodbc.exe. It was made with SQLite 2.8.17/3.7.4 and a MinGW cross compiler, and contains the driver DLLs and programs for installation and uninstallation of the ODBC driver. For Win64 operating systems a binary package is available as an NSIS installer in sqliteodbc_w64.exe. It was made with SQLite 3.7.4 and a MinGW cross compiler, and contains the driver DLLs and programs for installation and uninstallation of the ODBC driver. Chris Wolf kindly provided a build of version 0.72 supporting SQLite3 for MacOSX on PowerPC in the form of an installer package (sqlite3odbc-0.72.dmg) and a build of version 0.83 for MacOSX 10.5 on Intel as another installer package (sqlite-odbc-0.83.dmg). Current version sqliteodbc.exe sqliteodbc_w64.exe sqliteodbc-0.88.tar.gz sqliteodbc-0.88-1.src.rpm Older versions available as sqliteodbc-0.87.exe sqliteodbc-0.87.tar.gz sqliteodbc-0.87-1.src.rpm sqliteodbc-0.86.exe sqliteodbc-0.86.tar.gz sqliteodbc-0.86-1.src.rpm sqliteodbc-0.85.exe sqliteodbc-0.85.tar.gz sqliteodbc-0.85-1.src.rpm sqliteodbc-0.84.exe sqliteodbc-0.84.tar.gz sqliteodbc-0.84-1.src.rpm sqliteodbc-0.83.exe sqliteodbc-0.83.tar.gz sqliteodbc-0.83-1.src.rpm sqliteodbc-0.82.exe sqliteodbc-0.82.tar.gz sqliteodbc-0.82-1.src.rpm sqliteodbc-0.81.exe sqliteodbc-0.81.tar.gz sqliteodbc-0.81-1.src.rpm sqliteodbc-0.80.exe sqliteodbc-0.80.tar.gz sqliteodbc-0.80-1.src.rpm sqliteodbc-0.79.exe sqliteodbc-0.79.tar.gz sqliteodbc-0.79-1.src.rpm sqliteodbc-0.78.exe sqliteodbc-0.78.tar.gz sqliteodbc-0.78-1.src.rpm sqliteodbc-0.77.exe sqliteodbc-0.77.tar.gz sqliteodbc-0.77-1.src.rpm sqliteodbc-0.76.exe sqliteodbc-0.76.tar.gz sqliteodbc-0.76-1.src.rpm sqliteodbc-0.75.exe sqliteodbc-0.75.tar.gz sqliteodbc-0.75-1.src.rpm sqliteodbc-0.74.exe sqliteodbc-0.74.tar.gz sqliteodbc-0.74-1.src.rpm sqliteodbc-0.73.exe sqliteodbc-0.73.tar.gz sqliteodbc-0.73-1.src.rpm sqliteodbc-0.72.exe sqliteodbc-0.72.tar.gz sqliteodbc-0.72-1.src.rpm sqliteodbc-0.71.exe sqliteodbc-0.71.tar.gz sqliteodbc-0.71-1.src.rpm sqliteodbc-0.70.exe sqliteodbc-0.70.tar.gz sqliteodbc-0.70-1.src.rpm sqliteodbc-0.69.exe sqliteodbc-0.69.tar.gz sqliteodbc-0.69-1.src.rpm sqliteodbc-0.68.exe sqliteodbc-0.68.tar.gz sqliteodbc-0.68-1.src.rpm sqliteodbc-0.67.exe sqliteodbc-0.67.tar.gz sqliteodbc-0.67-1.src.rpm |
|
License |
This software is released under a BSD-type license,
see license.terms for
more information. |
chw@ch-werner.de |