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

  - the Call-Level Interface (CLI)
  - the intrinsic Open Data Base Connection (iODBC)
  - the documentation for both
  - and sample programs

for mSQL.

For more details see the files CLI.txt and iODBC.txt



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

        - run 'autoconf.cmd'
        - then start your Make-tool with parameters 'clean all'
          (e.g. nmake for IBM C/C++ or VisualAge C/C++)

        Example:        autoconf
                        nmake clean all



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



