Why should I use the SQLitePlus COM DLL?
It provides a clean interface (no calling C sqlite_* functions); no callbacks to code; no column parsing. All of that is done for you so you can immediately begin coding your application. If you are using VB or .NET, SQLitePlus is the best option you have for distributing your application and not needing to hassle with also shipping and installing MDAC.