]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/iodbc/IAFA-PACKAGE
fix for bug 1371386, with some minor mods and cleanup
[wxWidgets.git] / src / iodbc / IAFA-PACKAGE
... / ...
CommitLineData
1Title: iODBC Driver Manager
2
3Version: 2.50
4
5Description: iODBC (intrinsic Open Database Connectivity) driver manager
6 is compatible with ODBC 2.x specification and performs exactly
7 same jobs of ODBC 2.x driver manager(i.e. driver loading,
8 Parameters and function sequence checking, driver's function
9 Invoking, etc.). Any ODBC driver works with ODBC 2.0 driver
10 Manager will also work with iODBC driver manager and vice versa.
11 Applications (using ODBC function calls) linked with
12 iODBC driver manager will be able to simultaneously access
13 different type of data sources within one process through
14 suitable iODBC drivers.
15
16Original Author: Jin, Ke
17Source Code Enhancement Contributors: OpenLink Software
18Maintainers: OpenLink Software
19Web Site: http://www.openlinksw.com
20
21Platforms: SunOS (Sparc) 4.1.x
22 HP/UX (s700/s800) 9.x, 10.x
23 HP/UX (s300/s400) 9.x
24 IBM AIX 3.x, 4.x
25 Solaris (Sparc) 2.x
26 Solaris (PCx86) 2.x
27 SGI Irix 5.x, 6.x
28 NCR SVR4 3.x
29 UnixWare SVR4.2 1.x, 2.x
30 DEC Unix (OSF/1) 3.x, 4.x
31 FreeBSD 2.x
32 BSDI BSD/OS 2.x
33 Linux ELF 1.2.x
34 SCO OpenServer 5.x
35 Concurrent MAX/OS 1.x
36 DG/UX 5.x
37
38License Policy: Freely Redistributable under GNU Library General Public License (LGPL)
39
40Keywords: ODBC, database, SQL, OpenLink