iodbc-config

iODBC Driver Manager (development files)

Install

All systems
curl cmd.cat/iodbc-config.sh
Debian Debian
apt-get install libiodbc2-dev
Ubuntu
apt-get install libiodbc2-dev
Arch Arch Linux
pacman -S libiodbc
image/svg+xml Kali Linux
apt-get install libiodbc2-dev
CentOS
yum install libiodbc-devel
Fedora
dnf install libiodbc-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libiodbc2-dev
OS X
brew install libiodbc
Raspbian
apt-get install libiodbc2-dev

libiodbc2-dev

iODBC Driver Manager (development files)

The iODBC (intrinsic Open Database Connectivity) driver manager is compatible with the ODBC 2.x and 3.x specification and performs all the jobs of a ODBC driver manager (i.e. driver loading, parameters and function sequence checking, driver's function invoking, etc). Any ODBC driver working with ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager and vice versa. Applications (using ODBC function calls) linked with iODBC driver manager will be able to simultaneously access different types of data sources within one process through suitable iODBC drivers. This package contains the development files.

libiodbc-devel

development

libiodbc

Independent Open DataBase Connectivity for Linux