1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Standards-Version: 2.5.1
Package: libiodbc2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: iODBC Driver Manager
iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with ODBC 2.x specification and performs exact the same jovs of ODBC 2.0
driver manager (i.e. driver loading, Parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver works with
ODBC 2.0 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 type of data sources
within one process through suitable iODBC drivers.
Package: libiodbc2-dev
Section: devel
Architecture: any
Depends: libiodbc2 (= ${Source-Version}), libc6-dev
Description: iODBC Driver Manager (development files)
iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with ODBC 2.x specification and performs exact the same jovs of ODBC 2.0
driver manager (i.e. driver loading, Parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver works with
ODBC 2.0 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 type of data sources
within one process through suitable iODBC drivers.
|