Before you can use an SQLite database with AQT, you need to download and install the SQLite ODBC Driver.
This can be downloaded from http://www.ch-werner.de/sqliteodbc/. Go to the Current Version section and select sqliteodbc.exe. Once you have downloaded this file, run it to install the ODBC Driver.
There are a number of third-party ODBC Drivers, such as Devart (https://www.devart.com/odbc/sqlite/). We haven't used this ODBC Driver so cannot comment on its capabilities.
Once you have done this, you can connect to an SQLite database in one of two ways.
You would use this method if you had an SQLite database you wish to use on a frequent basis.
If you do not wish to create a Datasource for your SQLite database, you can connect to it by: