skip to main content
DataDirect Connect Drivers : Progress OpenEdge Driver : Connection URL
  
Connection URL
Syntax

jdbc:datadirect:openedge://hostname:port[;property=value[;...]]
where:
hostname
is the TCP/IP address or TCP/IP host name of the server to which you are connecting. See Using IP Addresses for details on using IP addresses.
port
is the number of the TCP/IP port.
property=value
specifies connection properties. For a list of connection properties and their valid values, see Connection Properties.
Notes
*Untrusted applets cannot open a socket to a machine other than the originating host.
Example

jdbc:datadirect:openedge://server1:2003;User=test;Password=secret