Skip to content

Akdeniz/odbcclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odbcclient

Simple ODBC wrapper

BUILD & RUN

sudo apt-get install unixodbc-dev
mkdir build
cd build
cmake ../
make
cd ..

LD_LIBRARY_PATH=<path-of-odbc-library> ODBCSYSINI=<folder-path-of-odbcinst.ini> ./build/odbcclient <options>

LD_LIBRARY_PATH=/opt/SAPIQ/IQ-16_1/lib64/ ODBCSYSINI=./sapiq160/ ./build/odbcchecker -f queries/bench.sql

TODO

  • Parse sql file with bison & flex for proper meta syntax

About

generic wrapper around nanoodbc and unixodbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published