File: control

package info (click to toggle)
libiodbc2 3.0.5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,172 kB
  • ctags: 2,749
  • sloc: ansic: 23,877; sh: 6,614; makefile: 286
file content (40 lines) | stat: -rw-r--r-- 1,674 bytes parent folder | download
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
Source: libiodbc2
Section: libs
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Build-Depends: debhelper (>= 3.0.0), libgtk1.2-dev
Standards-Version: 3.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 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.

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 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.