Properties
database parameter
Description
Sets properties specific to the particular JDBC driver you are
using to connect to the database.
Applies to
JDB JDBC
Syntax
1 |
Properties='property_value' |
Default value
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.
Define User ID and Password
If properties are defined, you must also define the user ID and
password in the properties box.
Examples
To set a property for the SAP 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.DBParm="Properties='SQLINITSTRING=set TextSize 32000;user=sa;password=manager'"
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest