To build the example programs in this directory edit the Makefile
to define LDPATH as the directory where the ODBC-ODBC Bridge is
installed (e.g. /usr/local which is the default) and run make.

To run the programs after building them you must ensure the dynamic
linker knows where to find the libesoobclient.so (or .o or .sl) shared
object. The method used to do this depends on the OS. On Linux you may
add the path to the libesoobclient.so file to the /etc/ld.so.conf
file and run ldconfig. On other platforms you can specify the path to the
shared object inthe LD_RUN_PATH or LD_LIBRARY_PATH environment variables.

The programs are described in the file EXAMPLES.
