Using SQLite ODBC without installing a driver

odbcsqlite

I am currently trying to access a SQLite database via an ODBC connection but the system that I am working on is extremely locked down and it is therefore not possible to install the drivers. Is there any way to bypass this?

Best Answer

ODBC as just an interface between applications and drivers.
It is impossible to create an ODBC connection without using some installed driver.