Specifies whether you want PowerBuilder to encrypt your password automatically when connecting to an OLE DB data provider.
When to specify EncryptPassword You must specify the EncryptPassword parameter before connecting to the database.
OLE DB
EncryptPassword = 'value'
Parameter |
Description |
---|---|
value |
Specifies whether you want PowerBuilder to encrypt your password. Values are:
|
EncryptPassword = 'False'
To tell PowerBuilder to encrypt your password when connecting to an OLE DB data provider:
Database profile Select the Encrypt Password check box on the Security tab in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm="EncryptPassword='True'"