URL Formats: DataDirect Connect for JDBC Drivers
- Last Updated: October 3, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
The following table shows the URL formats for DataDirect Connect for JDBC drivers, where:
-
server_name identifies the server using one of the following methods:
- IP address
- Host name (if your network resolves host names to IP addresses) 1
- The integer value that appears after the server name is the port number on which the database is listening.
| Driver | URL Format |
|---|---|
| DB2 for Linux/UNIX/Windows 2 |
|
| DB2 for z/OS and i 3 |
|
| MySQL |
|
| Oracle 4 |
|
| Progress OpenEdge |
|
| Microsoft SQL Server 5 |
|
| Sybase |
|
1 You can use the ping command to verify this feature
(for example,
ping server1). Verify that the correct
IP address is returned in the reply from the command.2 See the DB2 driver chapter for more information about creating DB2
packages.
3 See the DB2 driver chapter for more information about creating DB2
packages.
4 See the Oracle diver chapter for instructions on
retrieving connection information from an Oracle tnsnames.ora file.
5 See the SQL Server driver chapter for
instructions on connecting to named instances.