1 Title:          iODBC Driver Manager 
 
   5 Description:    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. 
 
  16 Original Author:        Jin, Ke 
 
  17 Source Code Enhancement Contributors: OpenLink Software
 
  18 Maintainers:    OpenLink Software
 
  19 Web Site:       http://www.openlinksw.com
 
  21 Platforms:      SunOS (Sparc)           4.1.x
 
  22                 HP/UX (s700/s800)       9.x, 10.x
 
  29                 UnixWare SVR4.2         1.x, 2.x
 
  30                 DEC Unix (OSF/1)        3.x, 4.x
 
  38 License Policy: Freely Redistributable under GNU Library General Public License (LGPL)
 
  40 Keywords:       ODBC, database, SQL, OpenLink