Connecting using database selection
Print
- Last Updated: June 4, 2024
- 2 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
- Denodo 6.0
- GitHub 6.0
- Google BigQuery 6.0
- IBM Db2 5.1
- IBM Informix 6.0
- Microsoft Dynamics 365 6.0
- Microsoft Sharepoint 6.0
- Microsoft SQL Server 6.0
- MongoDB 6.1
- MongoDB 6.0
- MySQL 5.1
- Oracle Database 6.0
- Oracle Eloqua 6.0
- Oracle Sales Cloud 6.0
- Oracle Service Cloud 5.1
- PostgreSQL 6.0
- Progress OpenEdge 5.1
- Salesforce 6.0
- SAP HANA 6.0
- SAP S/4HANA 6.0
- SAP Sybase 5.1
- Snowflake 6.0
- TeamCity 6.0
- Documentation
To connect using database selection:
- From the Test for JDBC Tool window menu, select Driver / Register Driver. DataDirect Test prompts for a JDBC driver name.
-
In the Please Supply a Driver URL field, specify a driver (for example
com.ddtek.jdbc.sqlserver.SQLServerDriver); then, click OK.If the driver was registered successfully, the Test for JDBC Tool window appears with a confirmation in the JDBC/Database Output scroll box.
- From the Test for JDBC Tool window, select Connection / Connect to DB. The Select A Database window appears with a list of default connection URLs.
-
Select one of the default driver connection URLs. In the Database field, modify the
default values of the connection URL appropriately for your environment.
Note: There are two entries for Db2: one with locationName and another with databaseName. If you are connecting to Db2 for Linux/UNIX/Windows, Db2 Hosted, or Db2 Warehouse on Cloud, select the entry containing
databaseName. If you are connecting to Db2 for z/OS or Db2 for i, select the entry containinglocationName. - In the User Name and Password fields, type the 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.
-
If the connection was successful, the Connection
window appears and shows the
Connection Establishedmessage 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; theConnection Establishednotification 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."