skip to main content
Welcome to the Progress DataDirect for JDBC for SQL Server: Version 6.0.0 : Connection URL
  

Try DataDirect Drivers Now

Connection URL

The connection URL format for the driver is:
jdbc:datadirect:sqlserver://hostname:port[;property=value[;...]]
where:
hostname
is the IP address or 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 property descriptions.

Notes

*Untrusted applets cannot open a socket to a machine other than the originating host.

Example

jdbc:datadirect:sqlserver://MyServer:1433;User=test;Password=secret;DatabaseName=MyDB
See Connecting to named instances for instructions on connecting to named instances.