skip to main content
Using the JDBC Client : About the JDBC Client : DataDirect Test
 

DataDirect Test

DataDirect Test™ is a menu-driven software component that is included in the OpenAccess SDK package. It helps you debug your JDBC applications and learn how to use the JDBC Client. DataDirect Test contains menu selections that:
Correspond to specific JDBC functions—for example, connecting to a database or passing a SQL statement.
Encapsulate multiple JDBC function calls as a shortcut to perform some common tasks, such as displaying the contents of a result set.
DataDirect Test displays the results of all JDBC function calls in one window, while displaying fully commented, Java JDBC code in an alternate window.