* Some users are reporting IO errors.  These seems to be a problem
with *some* firewalls and it appears to occur in the Msql-Java classes
(imaginary.msql package).  If anyone finds a fix to this, please mail
me or Darryl Collins with the fix!

* Until JDBC is incorporated into the core java library, browsers such
as Netscape will not load java.sql classes since it sees them as
security violations.  A hack around this is to move your java.sql
package into a different package and change all references
accordingly.  This only affects applets.

* No DatabaseMetaData has been written yet.  Most of it does not apply
to mSQL, so it involves writing a billion methods for the sake of
throwing exceptions.  Not my idea of fun.  I will get around to it
though :)
	Note: this is almost complete now.... just a few more methods
	left to write... it will be in version 1.0
