IAFA-PACKAGE 1.4 KB

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