Skip to content

wilfz/odbc-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odbc-query

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.

Prerequistes

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

About

Library to easily access ODBC in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages