1Title:	iODBC Driver Manager 
2
3Version:	3.52.5
4
5Description:	iODBC (independent Open Database Connectivity) 
6		driver manager is compatible with ODBC 3.x specification
7		and performs exactly same jobs of ODBC 3.x driver
8		manager (i.e. driver loading, Parameters and function
9		sequence checking, driver's function Invoking, etc.).
10
11		Any ODBC driver that works with ODBC 3.0 driver manager
12		will also work with iODBC driver manager and vice versa.
13
14		Applications (using ODBC function calls) linked with
15		iODBC driver manager will be able to simultaneously
16		access different type of data sources within one process
17		through suitable ODBC drivers.
18		
19Original Author:		Ke Jin <kejin@inprise.com>
20Source Code 
21Enhancement Contributors:	OpenLink Software
22Source Maintainers:		iODBC Maintainer <iodbc@openlinksw.com>
23Web Site:                       http://www.iodbc.org/
24
25Platforms:	SunOS (Sparc)		4.1.x
26		HP/UX (s700/s800)	9.x, 10.x
27		HP/UX (s300/s400) 	9.x 
28		IBM AIX			3.x, 4.x 
29		Solaris (Sparc)		2.x
30		Solaris (PCx86)		2.x
31		SGI Irix 		5.x, 6.x
32		NCR SVR4 		3.x
33		UnixWare SVR4.2  	1.x, 2.x
34		DEC Unix (OSF/1)	3.x, 4.x
35		FreeBSD			2.x
36		BSDI BSD/OS		2.x
37		Linux ELF 		1.2.x
38		SCO OpenServer		5.x 
39		Concurrent MAX/OS	1.x 
40		DG/UX			5.x
41
42License Policy:	Freely Redistributable under either the
43		GNU Library General Public License (LGPL) 
44		(see file LICENSE.LGPL for details)
45		or the BSD License
46		(see file LICENSE.BSD for details)
47
48Keywords:	ODBC, database, SQL, OpenLink
49