JDBCTest version 1.03 Release Notes January 20, 1997 This version of JDBCTest requires either JDK 1.1beta3 or JDK 1.0.2 with JDBC 1.2. It is not compatible with earlier versions of JDBC. Be sure your JDBC driver is compatible with this environment. A version that supports JDK 1.1beta2 or JDK 1.0.2 with JDBC 1.1 is also available. What Is JDBCTest? ----------------- The JDBCTest Tool was primarily designed and built to allow users to test any feature of any JDBC driver and their supported databases. To that end, each step in the function sequence can be controlled by the user, allowing both correct and incorrect operations to occur. The JDBCTest Tool covers all methods defined in the JDBC specification. See JDBCTest.html for further information. Installation ------------ Add the JDBCTest1_03/classes directory this contained in the JDBCTest1_03.zip file to your class path. To execute the JDBCTest program, use: java JDBCTest JDBCTest is also provided as an applet. In your Java enabled browser, open JDBCTest.html to access it. Notes ----- On Win95, if you receive the message "Out of environment space", insure your config.sys file has the line: SHELL=C:\COMMAND.COM C:\ /E:2048 /P