*** 1,6 **** ! If you know of a driver or wrapper for SQLite that is not listed below, ! please feel free to add it to the list. Please indicate SQLite *version(s)* ! supported. *Ada* *: SQLite Base Package. http://gnade.sourceforge.net/#native --- 1,4 ---- ! If you know of a driver or wrapper for SQLite that is not listed below, please feel free to add it to the list. Please indicate SQLite *version(s)* supported. *Ada* *: SQLite Base Package. http://gnade.sourceforge.net/#native *************** *** 170,236 **** (Public Domain). http://www.randallsquared.com/download/sqlite/cmucl-sqlite3/ *COM Wrappers / Visual Basic DLLs* ! *: <html><a href="http://www.thecommon.net/2.html">dhSQLite 1.2, free ADO-like COM Wrapper</a></html>(engine-version 3.4.0)... great performance, builtin encryption, optimized for disconnected Recordset-scenarios, super fast serialization/deserialization with 'UpdateBatch', Connection-, Recordset-, Field- and Command-Objects, DB-Schema-Obj-Model, builtin VB-Function-Set ({quote: DateDiff, DatePart, Format$, etc.}), userdefinable Functions/Collations, FTS2-support, Overridden {quote: Like, Upper, Lower and NoCase} means UTF8-awareness without ICU ... combinable with a <html><a href="http://www.thecommon.net/8.html">free COM-RPC-Server</a></html> for usage in real AppServer-scenarios in your LAN or over the Internet (due to builtin protocol-compression and -encryption). ! *:{link: http://www.tannertech.net/sqlite3vb/index.htm SQLite3VB - Making ! SQLite VB Compatible} ! (Tutorial, sources, and binaries! Now uses Ver 3.3.12). ! http://www.tannertech.net/sqlite3vb/index.htm ! (Single DLL and FREE!) ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, ! etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: <html><a href="http://www.sqliteplus.com"><b>SQLitePlus COM ! Wrapper</b></a></html>Super fast COM DLL featuring on-the-fly encryption, ! compression and ADO-like object model (coded with MSVC++/ATL). Also includes ! an excellent Database Manager/Query Analyzer and drop-in ActiveX Grid for ! displaying Datasets. http://www.sqliteplus.com ($$ ShareWare $$) ! *:SQLITEDB by Javier S. Bermudez FREE CLON for SQLITEDB of TERRASOFT.... more ! methods and ! props...... http://www.etib.com.ar/Package.zip ! *: Visual Basic 6 ! http://www.ag-software.com/Downloads/default.aspx?DownLoadID=5 (2005-Nov-29 ! [mpot] sqlite 2.x only) ! *: DLL (Not COM) - Dynamically binds to SQLite DLL at runtime and so doesn't ! need recompiling ! everytime a new version of SQLite is released: ! http://www.pivotal-solutions.co.uk/downloads/company/pssqlite.zip (sqlite 2.x ! and 3.x) Source and DLL ! *: SQLiteDb (updated!) - fast COM wrapper (written in ATL7), featuring ! on-the-fly database ! encryption, OLEDB Data Binding and an ADO-like object model. ! http://www.terrainformatica.com/sqlitedb/ (free and commercial versions ! available) (2005-Nov-29 [mpot] sqlite 3.x compatible, lots of useful sample ! code, seems to work well) ! *: ADOSQLite VB6 wrapper; requires AGS_SQLite.dll from ag-software (above): ! http://ubt.ebunda.com (2005-Nov-29 [mpot] sqlite 2.x only) ! *: SqLite2X - Free ActiveX wrapper with sources ! http://dimzon541.narod.ru/sqlitex/ (2005-Nov-29 [mpot] sqlite 2.x only) ! *: DAO like Sqlite Wrapper for VB6 ! http://perso.wanadoo.fr/jveritecontribs/DAOSqlite.zip (2005-Nov-29 [mpot] ! sqlite 2.x only) ! (2005-Nov-14, [Michael B. Johnson] No sample code on usage that I could see.) ! *: LiteX: another COM DLL wrapper for SQLite3 (ATL) ! http://republika.pl/roed/litex/automation.html (2005-Nov-29 [mpot] sqlite 3.x ! compatible, wrapper ! source code provided, useful sample code, works very well) ! *: {link: http://www.boinc.ch/~sleepsleep/viewtopic.php?t=91 sleepsleep sqlite ! wrapper for vb6} - ! wrapper dll coded using fasm. Come with wrapper dll source code, a vb6 "sqlite ! browser" project files ! to show how to use the dll and a .bas file for you to attach on your project to ! use the dll instantly. ! (sqlite 2.x only) ! _: It would be usefull if people could comment on the merrits of using a ! particular wrapper ! *D* *: {link: http://www.dprogramming.com/sqlite.php DProgramming} - SQLite 3.0.0 --- 168,190 ---- (Public Domain). http://www.randallsquared.com/download/sqlite/cmucl-sqlite3/ *COM Wrappers / Visual Basic DLLs* ! *: {link: http://www.sqliteplus.com SQLitePlus} is a commercial COM Wrapper DLL and Database Manager that extend the functionality of SQLite to add important features such as stored Procedures, on-the-fly Encryption and Compression, and an ADO-like object model. Also includes an excellent Database Manager/Query Analyzer and drop-in ActiveX Grid for ! displaying Datasets." ! *: {link: http://www.thecommon.net/2.html dhSQLite}, free ADO-like COM Wrapper. "With only two Dlls you get a complete Replacement to the whole ADO/JET-environment" ! *:{link: http://www.tannertech.net/sqlite3vb/index.htm SQLite3VB - Making SQLite VB Compatible}. Teaches how to modify the SQLite C source code to make it VB-friendly. You end up with a non-COM DLL that you can call from a VB Classic project ! *: {link: http://republika.pl/roed/litex/automation.html LiteX} is another COM DLL wrapper for SQLite3 (ATL) (2005-Nov-29 [mpot] sqlite 3.x compatible, wrapper source code provided, useful sample code, works very well) ! *: {link: http://www.terrainformatica.com/sqlitedb/ SQLiteDb} is an ActiveX DLL built on top of SQLite (ie. you only need to distribute SQLiteDb.dll) and designed as an ADO replacement. Available in free and commercial versions. Doesn't seem to keep up with SQLite: As of July 2007, says "Sqlite engine version 3.0.6 and 3.0.8" (2005-Nov-29 [mpot] sqlite 3.x compatible, lots of useful sample code, seems to work well) ! *: {link: http://www.pivotal-solutions.co.uk/downloads/company/pssqlite.zip Pivotal Solutions'} non-COM DLL dynamically binds to SQLite DLL at runtime and so doesn't need recompiling everytime a new version of SQLite is released, ie. you'll need to distribute both PS' DLL and SQLite's DLL. ! *: {link: http://www.geckoware.com.au AGS_SQLite} SQLite wrapper 1.1.0 for Visual Basic is based on SQLite 2.8.13, and includes source + sample program. The AGS_SQLite.DLL file contains all of the functions that SQLite.DLL has, so all you need is AGS_SQLite.DLL. Geckoware was formerly known as AGSoftware. ! *: {link: http://dimzon541.narod.ru/sqlitex/ SqLite2X} : Free ActiveX wrapper with sources (2005-Nov-29 [mpot] sqlite 2.x only) ! *: {link: http://www.boinc.ch/~sleepsleep/viewtopic.php?t=91 SleepSleep sqlite wrapper for vb6} - wrapper dll coded using fasm. Come with wrapper dll source code, a vb6 "sqlite browser" project files to show how to use the dll and a .bas file for you to attach on your project to use the dll instantly. (sqlite 2.x only) ! *: {http://perso.wanadoo.fr/jveritecontribs/DAOSqlite.zip DAO like Sqlite Wrapper for VB6} (2005-Nov-29 [mpot] ! sqlite 2.x only) (2005-Nov-14, [Michael B. Johnson] No sample code on usage that I could see.) ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} (July 2007: dead link) ! *: {link: http://www.etib.com.ar/Package.zip SQLITEDB} by Javier S. Bermudez (July 2007: dead link) ! *: {link: http://ubt.ebunda.com ADOSQLite VB6 wrapper} requires AGS_SQLite.dll from ag-software (2005-Nov-29 [mpot] sqlite 2.x only) (July 2007: dead link) ! _: It would be usefull if people could comment on the merits of using a particular wrapper ! *D* *: {link: http://www.dprogramming.com/sqlite.php DProgramming} - SQLite 3.0.0