        Name: ODBC
        Type: Module
     Purpose: Handles communication between client applications and ODBC
              driver manager.
Requirements: Acorn C compiler
              Acorn linker (drlink may work)
              Acorn C library
              ODBCLib (for header)
              CLibSupport
              
This module handles communication between a client application linked
with ODBCLib and the ODBC driver manager which loads and manages the
various ODBC drivers.

This module takes the parameters supplied to the SQL function calls,
stores them and allows the driver manager to actually execute the
functions calls via the iODBC library.

Currently the module will allocate the necessary space in the RMA to
store the parameters in they are anything other than simple integer
arguments. This is possible because the SQL function calls often
include the relevent sizes or parameters or, if not, the sizes can
be derived from the parameter type.

0.53
----
Fixed problem with not freeing bound parameters in SQLPrepare
