*** 168,177 **** (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." 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.terrainformatica.com/sqlitedb/ SQLiteDB} is an ActiveX DLL built on top of SQLite (i.e. you only need to distribute SQLiteDb.dll) and is designed as an ADO replacement. Available in free and commercial versions. Although the site has not been updated recently, the developer does release frequent updates via the {link: http://terrainformatica.com/forums/forum.php?id=3 message board}. The current SQLiteDB Professional build is based off of SQLite 3.4.0. The demo (built on SQLite 3.3.6) comes with plenty of examples and sample applications. ! *:{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.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. --- 168,178 ---- (Public Domain). http://www.randallsquared.com/download/sqlite/cmucl-sqlite3/ *COM Wrappers / Visual Basic DLLs* + *: {link: http://sqlite.phxsoftware.com System.Data.SQLite} is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development. *: {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.terrainformatica.com/sqlitedb/ SQLiteDB} is an ActiveX DLL built on top of SQLite (i.e. you only need to distribute SQLiteDb.dll) and is designed as an ADO replacement. Available in free and commercial versions. Although the site has not been updated recently, the developer does release frequent updates via the {link: http://terrainformatica.com/forums/forum.php?id=3 message board}. The current SQLiteDB Professional build is based off of SQLite 3.4.0. The demo (built on SQLite 3.3.6) comes with plenty of examples and sample applications. ! *:{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 [Aug 2007: Those instructions don't work: The project will _not_ compile] *: {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.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.