1 | The JDBCTest Tool can be used for simple query and update processing. With only a small number of inputs, a user can connect to a database, submit an SQL statement, and view the results. |
2 | Example : "Load And Go" command takes a given SQL statement, creates a JDBC Statement object, executes the statement, and then displays the contents of the JDBC ResultSet, all without further user input. |