JDBCTest 1.01 -- January 6, 1997

1. Search for Config.txt and images directory is now based on 
the CLASSPATH attribute.  If running from an Applet, the CODEBASE
tag identifies the target directory.

JDBCTest 1.02 -- January 15, 1997

1. Removed extraneous getResultSet() calls from execute routines.

JDBCTest 1.03 -- January 20, 1997

2. Changed getBigNum calls to getBigDecimal to remain consistent
with the JDBC 1.20 specification.  

3. Added ability to specify a driver log file using the File menu.

4. Added additional functionality to the driver menu including:
	setLoginTimeout()	   Set Login Timeout menu item
	getDrivers()	   Get Drivers menu item
	getLoginTimeout()    Get Drivers menu item

5. Fixed problem with Transaction Isolation Levels in 
Connection Properties.

6. Added ability to specify scale for BigDecimal numbers in the
Inspect Results window.

