Small. Fast. Reliable.
Choose any three.
*** 57,63 ****
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite
  database library.
  http://www.codeproject.com/database/CppSQLite.asp
! *: SQLite++ - non-free cross-platform C++ wrapper library for SQLite.
  http://www.sqliteplus.com ($$)
  *: Borland C++. Delphi components have been succesfully installed into Borland
  C++ Builder 5 and 6.
--- 57,63 ----
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite
  database library.
  http://www.codeproject.com/database/CppSQLite.asp
! *: SQLite++ - Cross-platform C++ wrapper library for SQLite.
  http://www.sqliteplus.com ($$)
  *: Borland C++. Delphi components have been succesfully installed into Borland
  C++ Builder 5 and 6.
***************
*** 89,94 ****
--- 89,96 ----
  *: Lispworks bindings for SQLite at http://members.optusnet.com.au/apicard/
  
  *COM Wrappers / Visual Basic DLLs*
+ *: SQLitePlus - Super fast COM wrapper, featuring on-the-fly encryption, compression and ADO-like object model (coded with MSVC++/ATL).
+ http://www.sqliteplus.com ($$)
  *: DLL for VB 6/5/4 like as ADO free!! by Javier Bermudez from Argentina.
  http://free.hostdepartment.com/j/javierbermudez/archivos/sqlite/index.html (DEAD link!)
  *: Visual Basic 6 http://www.ag-software.com/Downloads/default.aspx?DownLoadID=5 (2005-Nov-29
***************
*** 96,104 ****
  *: DLL (Not COM) - Dynamicly 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
! *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL).
! http://www.sqliteplus.com ($$)
! *: SQLiteDb (updated!) - fastest 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)
--- 98,104 ----
  *: DLL (Not COM) - Dynamicly 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!) - fastest? 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)