PWEncrypt specifies whether you want Open Client to automatically encrypt your password when connecting to a Sybase Adaptive Server Enterprise database in PowerBuilder.
When to specify PWEncrypt You must specify the PWEncrypt parameter before connecting to the database.
ASE, SYC Sybase Adaptive Server Enterprise
PWEncrypt='value'
PWEncrypt='Yes'
To tell Open Client not to encrypt your password when connecting to a Sybase 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:
SQLCA.DBParm="PWEncrypt='No'"