skip to main content
Using the driver : DataDirect Test : DataDirect Test tutorial
  

Try DataDirect Drivers Now

DataDirect Test tutorial

This DataDirect Test tutorial explains how to use the most important features of DataDirect Test (and the JDBC API) and assumes that you can connect to a database with the standard available demo table or fine-tune the sample SQL statements shown in this example as appropriate for your environment.
Note: The tutorial describes functionality across a spectrum of data stores. In some cases, the functionality described may not apply to the driver or data store you are using. Additionally, examples are drawn from a variety of drivers and data stores.
Note: The step-by-step examples used in this tutorial do not show typical clean-up routines (for example, closing result sets and connections). These steps have been omitted to simplify the examples. Do not forget to add these steps when you use equivalent code in your applications.
* Configuring DataDirect Test
* Starting DataDirect Test
* Connecting using DataDirect Test
* Executing a simple Select statement
* Executing a prepared statement
* Retrieving database metadata
* Scrolling through a result set
* Batch execution on a prepared statement
* Returning parameter metadata
* Establishing savepoints
* Updatable result sets
* Retrieving large object (LOB) data