skip to main content
Using the driver : DataDirect Test : DataDirect Test tutorial : Connecting using DataDirect Test : Connecting using a data source
  

Try DataDirect Drivers Now
Connecting using a data source
To connect using a data source, DataDirect Test needs to access a JNDI data store to persist the data source information. By default, DataDirect Test is configured to use the JNDI File System Service Provider to persist the data source. You can download the JNDI File System Service Provider from the Oracle Java Platform Technology Downloads page.
Make sure that the fscontext.jar and providerutil.jar files from the download are on your classpath.
To connect using a data source:
1. From the main Test for JDBC Tool window menu, select Connection / Connect to DB via Data Source. The Select A Datasource window appears.
2. Select a data source from the Defined Datasources pane. In the User Name and Password fields, type values for the User and Password connection properties; then, click Connect. For information about JDBC connection properties, refer to your driver's connection property descriptions.
3. If the connection was successful, the Connection window appears and shows the Connection Established message in the JDBC/Database Output scroll box.
Important: For the Autonomous REST Connector: REST API data sources do not connect in the same manner as database servers; therefore; the Connection Established notification does not guarantee that the driver is properly configured. To confirm that the driver is correctly configured, you will need to retrieve data from an endpoint using the methods described in "Executing a simple database selection."
Connection window