SQLite Forum

SQLite ODBC
Login
That driver embeds the SQLite library; it does not use any version other than the one with which it was linked at build time.

Making that driver use a SQLite DLL instead of statically linking the SQLite code would be nice. You could then "coerce" the driver to use whatever DLL you liked.