*** 169,175 **** *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." Note that it requires the SQLite DLL in addition to the SQLitePlus COM DLL. ! *: {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) --- 169,175 ---- *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." Note that it requires the SQLite DLL in addition to the SQLitePlus COM DLL. ! *: {link: http://www.thecommon.net/2.html dhSQLite}, free ADO-like COM Wrapper. Current Version 1.2 (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 {link: http://www.thecommon.net/8.html free COM-RPC-Server} 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}. 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)