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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: libiodbc2
Section: libs
Priority: optional
Maintainer: Bart Martens <bartm@knars.be>
Build-Depends: debhelper (>= 5), libgtk1.2-dev, autotools-dev, libtool (>= 1.5-2), automake1.9, autoconf, cdbs, m4 (>= 1.4.7)
Standards-Version: 3.7.2
Package: iodbc
Section: misc
Architecture: any
Depends: ${shlibs:Depends}
Description: GTK config frontend for the iODBC Driver Manager
The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with ODBC 2.x and 3.x specification and performs exact the jobs of a
ODBC driver manager (i.e. driver loading, Parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver works 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 type of data sources within
one process through suitable iODBC drivers.
.
This package contains the configuration binaries.
.
Homepage: http://www.iodbc.org/
Package: libiodbc2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libiodbc2-dev
Description: iODBC Driver Manager
iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with ODBC 2.x and 3.x specification and performs exact the jobs of a
ODBC driver manager (i.e. driver loading, Parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver works 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 type of data sources within
one process through suitable iODBC drivers.
.
This package contains the library files. Look for the iodbc package, too!
.
Homepage: http://www.iodbc.org/
Package: libiodbc2-dev
Section: libdevel
Architecture: any
Depends: libiodbc2 (= ${Source-Version}), libc6-dev
Replaces: libiodbc2 (<=3.0.6-3)
Description: iODBC Driver Manager (development files)
iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with ODBC 2.x and 3.x specification and performs exact the jobs of a
ODBC driver manager (i.e. driver loading, Parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver works 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 type of data sources within
one process through suitable iODBC drivers.
.
This package contains the development files.
.
Homepage: http://www.iodbc.org/
|