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

        - 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).



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.



