Command line tool qx and library odbcquery to easily access databases by ODBC in C++
Multiplatform: Works for Windows and Linux.
Windows support for x86 and x64, Multibyte and UNICODE.
To compile and use on linux-like system it may be necessary to install unixodbc first:
sudo apt-get install unixodbc
sudo apt-get install unixodbc-dev
The demo application uses Christian Werner's excellent sqliteodbc driver.
For Windows just run sqliteodbc.exe and/or sqliteodbc_w64.exe to intall.
For Linux install the drivers with:
sudo apt-get install sqlite3
sudo apt-get install libsqliteodbc