skip to main content
Troubleshooting the OpenAccess SDK Clients : Troubleshooting 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.
This section introduces DataDirect Test and describes how to use it to test JDBC connections. Refer to the OpenAccess SDK Client Reference for information on additional features of DataDirect Test and a tutorial that takes you through a working example of its use.