Протестирован с SQLite 2.8.17 и SQLite 3.32.3 в Windows (> = NT / 2000) в MS Excel 97 (MSQUERY) с файлами базы данных SQLite, созданными в Linux. Поддержка Win64 существует как для версий драйвера SQLite 2.x, так и для версий драйвера SQLite 3.x. Он также работает в Linux с unixODBC 2.[0-2].x и с libiodbc 3.[05].x.
http://www.ch-werner.de/sqliteodbc/
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.32.3 on Windows (>= NT/2000) in MS Excel 97 (MSQUERY) with SQLite database files created on Linux. Support for Win64 exists for both SQLite 2.x and SQLite 3.x versions of the driver. It also runs on Linux with unixODBC 2.[0-2].x and with libiodbc 3.[05].x.
Another experimental project is a Java binding for the SQLite database engine, which can be found here.
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.32.3 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.32.3 and a MinGW cross compiler, and contains the driver DLLs and programs for installation and uninstallation of the ODBC driver. Note that this is a 64 bit only driver. If you're using 32 bit software on Win64 you should install the Win32 driver, too.
|