                     Empress ODBC example program
                     ============================

In order to run the Empress ODBC example program run the following 
3 script files:

	./runserver
	./runclient
	./shutserver

If you don't have Empress RDBMS v8.60 installed on your machine, you
can run client on your machine provided that the Empress ODBC
server is running on the accessable machine on the network. In
that case run:

	./runclient -remote HOSTNAME

where HOSTNAME is the host name of the Empress ODBC server is running.

You could aslo run:

	./cleanup

to remove all the files created during the execution of the above scripts.


Script files description
------------------------

'runserver' file will do the following:

* Set the configuration parameters and create a password file.

* Run the Empress ODBC Server

* Make a database tesdb used by example program 


'runclient' file will do the following:

* Make the odbc.ini file (client configuration file)

* Compile example program and link it with a driver library

* Run the example program and produce output in testout file


'shutserver' file will do the following:

* Shutdown the server 

* Remove the database testdb 

After running script file 'runclient' you can compare the actual output 
of the example program (testout file)  with the expected output (stdout 
file).
