  SQLBASE - NEW ENVIRONMENT VARIABLE
  ------------------------------------------------------------------

    There is a new SQLBASE environment variable which points to the
    directory in which SQLBase should look for the files sql.ini, 
    error.sql, message.sql, country.sql, and main.ini.  This environment
    variable was created as a solution to the problem of users having 
    multiple copies of the same files on a computer.

    To specify the \GUPTA directory:

      Set SQLBASE=C:\GUPTA

    If you specify the SQLBASE environment variable, SQLBase looks only
    in this directory.  Otherwise, the search order for the above files
    is:

        1. Current directory
        2. \SQLBASE (of current drive)
        3. Root directory (of current drive)
        4. Directories specified by the PATH environment variable 
        5. Directories specifed by the DPATH environment variable
           (for OS/2 2.0 only).

    You can set the SQLBASE environment variable on both the client
    and server.


