PWEncrypt database parameter
Description
PWEncrypt specifies whether you want Open Client to automatically
encrypt your password when connecting to an SAP Adaptive Server Enterprise
database in PowerBuilder.

You must specify the PWEncrypt parameter before connecting
to the database.
Controls
-
ASE, SYC SAPAdaptive
Server Enterprise
Syntax
1 |
PWEncrypt='<span>value</span>' |
Parameter |
Description |
---|---|
value |
Specifies whether you want the Open Client
|
Default
PWEncrypt=’Yes’
Examples
To tell Open Client not to encrypt your password
when connecting to an SAP Adaptive Server Enterprise database in PowerBuilder:
-
Database profile
Clear the Encrypt Password check box on the Network page in
the Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DbParameter="PWEncrypt='No'"