tclsql Installation
-------------------

Edit the top part of the Makefile, and type:
	make
Then type:
	make install

Note that this version of tclsql was built and tested with tcl6.4 and
Ingres 6.4.  Other versions of tcl and Ingres may or may not work.

Gcc can be used to compile tclsql; however gcc fails to compile sqlwish.


Tests
-----
The tests directory contains tclsql tests.

Some of these tests depend on the existance of a database called 'tutorial'.
This source for this database came from ~ingres/ingres/files/tutorial.
The contents of some of the tutorial database tables are in
tests/tutorial_db. 

To run the tests, in the top level directory, type:
	make tests

The tests also serve as example tclsql code.


Bugs
----

Send your bug reports and comments to cxh@argon.berkeley.edu
