This directory contains all files needed to build
-------------------------------------------------

  - the Call-Level Interface (CLI)
  - the intrinsic Open Data Base Connection (iODBC)
  - the JDBC-ODBC bridge
  - the documentation for all
  - and sample programs

The ODBC-compliant iODBC and the JDBC-ODBC bridge supports these databases:
  - mSQL 1.0.16         (driver included)
  - mSQL 2.0            (driver included)
  - IBM DB2/2 2.0       (use their DB2CLI.DLL)
  - SOLID V 2.1         (use their SCLIO32.DLL)

Please read the files CLI.txt and iODBC.txt, too!



Installation steps for OS/2:
----------------------------

        - run 'autoconf.cmd' or 'nmake conf'
        - then start your Make-tool with parameters 'clean all'
          (e.g. nmake for IBM C/C++ or VisualAge C/C++)
        - after successful compilation, do an 'install'

        Example:        nmake conf
                        nmake clean all
                        nmake install

        - if you don't want to re-compile, simple enter

                        inst_os2

          in the main directory.

        - the configuration of iODBC is done by a file "iodbc.ini"
          located in the library directory (i.e. in the same directory,
          where iodbc.dll is stored). To change the configuration,
          only use the iODBCmgr tool located in the LIB\ directory.
             (after 'inst_os2' an icon for this tool is created)



Installation steps for Windows NT:
----------------------------------

        - sorry folks, no implementation for Windows NT yet ;-)



Installation steps for Unix:
----------------------------

        - run 'sh -c autoconf'
        - run 'make clean all'

        Example:        sh -c ./autoconf
                        make clean all

        - the configuration of iODBC is done by a file ".iodbc.ini"
          located in the user's home directory.



