Connect dialog: Advanced tab

The Advanced tab of the Connect dialog has the following components:

Connection name    This field only appears when you open the Connect dialog from Interactive SQL. Type a name to identify the connection. If specified, the name appears in the title bar in Interactive SQL.

Enter connection parameters, one per line, in the form "name=value"    Type any additional connection parameters in this field, entering one connection parameter per line. The following connection parameters log debugging information regarding connections:

DEBUG=YES
LOG=connection.log

When you enter the connection parameters one per line, a semicolon is not required between the parameters.

Tip 

You can specify a network protocol as a CommLinks connection parameter on this tab, but the protocols available depend on the driver you select. For jConnect, the TCP/IP protocol is used automatically.

Parameters set in this field take precedence over parameters set throughout the rest of this dialog. For example, if you enter the user ID DBA on the Identification tab, and set the connection parameter "uid=bsmith" in this field, a connection with the user ID bsmith is attempted.

For more information about connection parameters, see and .

Select a JDBC driver    Lets you choose the type of driver you want to use for the connection. All requests and commands you make when working with the database go through this driver. You have the following choices:

See also