Properties database parameter
Description
Sets properties specific to the particular JDBC driver you
are using to connect to the database.
Controls
-
JDB JDBC
Syntax
1 |
Properties='<span>property_value</span>' |
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.

If properties are defined, you must also
define the user ID and password in the properties box.
Examples
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:1SQLINITSTRING=set TextSize 32000; user=sa;password=manager -
Application
Type the following in code:
1SQLCA.DbParameter="Properties='SQLINITSTRING=set TextSize 32000;user=sa;password=manager'"
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments