Sets properties specific to the particular JDBC driver you are using to connect to the database.
JDB JDBC
Properties='property_value'
None
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.
Define User ID and Password If properties are defined, you must also define the user ID and password in the properties box.
To set a property for the Sybase jConnect driver:
Database profile 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
Application Type the following in code:
SQLCA.DBParm="Properties='SQLINITSTRING=set TextSize 32000;user=sa;password=manager'"