The JDBC Test tool provided by Intersolv makes it easy to experiment with JDBC commands. It allows users and driver developers to test JDBC commands via an easy to use GUI interface. It is written in pure Java and can be used either as a program or as an applet.
-
The tool was mainly designed and built to allow users to test any feature of any JDBC driver and their supported databases.
-
Each step in the function sequence can be controlled by the user, allowing both correct and incorrect operations to occur.
-
The tool covers all methods defined in the JDBC specification.
|