Small. Fast. Reliable.
Choose any three.
*** 180,185 ****
--- 180,188 ----
  *: {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. [Sept 2007: The instructions will let you compile the project yourself (might require some common sense!) or download the compiled DLL - Currently 3.4.2]
  *: {link: http://republika.pl/roed/litex/ 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)
+ 
+ *::Excellent wrapper for VBA. (12/18/2007)
+ 
  *: {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)