mSQL for JAVA (Version 1.1.1)

Copyright (c) 1995,1996 Darryl Collins (darryl@minmet.uq.oz.au)
-------------------------------------------------------------------------------
The accompanying code implements a version of the mSQL API for 
JDK 1.0.  The package may be used in applets by including 
the class files in the same subdirectory as other class files you
develop for your applet. 

See the acompanying tutorial.txt file for further infomation on using the
MsqlJava package.

Please let me know if you find this code useful or if you have any bug-reports,
patches or suggestions.  

Documentation and examples are available at:
		
		http://www.minmet.uq.oz.au/msqljava

Darryl

--
Revision History

MsqlJava-1.0.0	Initial Release

MsqlJava-1.0.1	Fixed problem with receiving Version number from server.
		Solved problem of client hanging when used with msql-1.0.10.

MsqlJava-1.0.2	Added trap for Security Exceptions during Connect.
		Solved problem of server hanging when used with 
		Netscape 2.0 beta 3.

MsqlJava-1.0.3	Fix problem with handling field values.

MsqlJava-1.1.0	Changed the API to make it slightly more intuitive.

MsqlJava-1.1.1	Fixed protocol bug which resulted in truncation of 
		field information and loss of Primary Key flag.

--
Darryl Collins						  Phone: +61 7 3653968
Computer Systems Manager				  FAX:   +61 7 3653888
Mining & Metallurgical Engineering	            http://www.minmet.uq.oz.au
University of Queensland			 email: darryl@minmet.uq.oz.au
