Properties

Description

Sets properties specific to the particular JDBC driver you are using to connect to the database.

Applies to

Syntax

Properties='property_value'

Default

None

Usage

The Driver-Specific Properties box allows you to set properties specific to a particular driver.

For information about the properties supported by your JDBC driver, see the vendor’s documentation.

NoteDefine User ID and Password If properties are defined, you must also define the user ID and password in the properties box.

Examples

Example 1

To set a property for the Sybase jConnect driver, type the following in the Driver-Specify Properties box on the Connection page in the Database Profile Setup dialog box:

SQLINITSTRING=set TextSize 32000; user=sa;password=manager

See also