Files after untarring the main distribution file:

Directory/     Description
File
---------      -----------

INSTALL	       Installation instructions.
install        The installation script.
testlib        A small program used to test the version of libc you have
               on a Linux machine.
Client-License.txt
               The client-only license.
Server-Client-License.txt
               The Server and Client-Server License.

various tar, md5sum and sum files for the sub packages all, client,
server and unixodbc

Files after installing OOB:

Directory/     Description
File
---------      -----------

README	       General readme for this product.

INVENTORY.txt  This file

oob/client     This directory holds all the files for the ODBC-ODBC Bridge
               client driver. You must link your ODBC application with the
               shared object here to gain access to ODBC drivers on other
               machines where the ODBC-ODBC Bridge server is installed.

oob/client/include
               This directory holds all the C header files that should be
               used to build an ODBC application with the ODBC-ODBC Bridge
               client driver. odbc.h is specially created to include the
               other header files as clients often want a single odbc.h
               file (e.g. PHP).

oob/server     This directory holds an archive file containing the compiled
               ODBC-ODBC Bridge server. This should be linked against an
               ODBC driver to provide access to the ODBC driver from other
               platforms running the ODBC-ODBC Bridge Client. It may on
               some platforms contain an executable dynamcially linked
               with libodbc.

oob/server/install
               This directory holds files used to install the ODBC-ODBC Bridge
               server.

oob/server/templates
               This directory contains the HTML and CGI templates and any
               graphic files used by the OOB HTTP Server.

oob/extras     This directory holds extra files.

oob/doc        This directory holds readme files and other documentation.

oob/examples   Some examples of using the ODBC-ODBC Bridge including
	       PHP and Perl scripts and C programs.

oob/unixODBC   This directory contains the source code, Makefile and template
               for building the OOB setup library for unixODBC so that you
               may define DSNs through unixODBC's ODBCConfig.

unixODBC       The unixODBC Driver Manager.
