]>
Commit | Line | Data |
---|---|---|
cd5bf2a6 | 1 | Title: iODBC Driver Manager |
1a6944fd | 2 | |
cd5bf2a6 | 3 | Version: 2.50 |
1a6944fd RR |
4 | |
5 | Description: iODBC (intrinsic Open Database Connectivity) driver manager | |
cd5bf2a6 RR |
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 | |
1a6944fd RR |
12 | iODBC driver manager will be able to simultaneously access |
13 | different type of data sources within one process through | |
cd5bf2a6 | 14 | suitable iODBC drivers. |
1a6944fd | 15 | |
cd5bf2a6 RR |
16 | Original Author: Jin, Ke |
17 | Source Code Enhancement Contributors: OpenLink Software | |
18 | Maintainers: OpenLink Software | |
19 | Web Site: http://www.openlinksw.com | |
1a6944fd RR |
20 | |
21 | Platforms: SunOS (Sparc) 4.1.x | |
22 | HP/UX (s700/s800) 9.x, 10.x | |
cd5bf2a6 | 23 | HP/UX (s300/s400) 9.x |
1a6944fd RR |
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 | ||
cd5bf2a6 | 38 | License Policy: Freely Redistributable under GNU Library General Public License (LGPL) |
1a6944fd | 39 | |
cd5bf2a6 | 40 | Keywords: ODBC, database, SQL, OpenLink |