EncryptPassword

Description

Specifies whether you want PowerBuilder to encrypt your password automatically when connecting to an OLE DB data provider.

NoteWhen to specify EncryptPassword You must specify the EncryptPassword parameter before connecting to the database.

Applies to

Syntax

EncryptPassword = 'value'

Parameter

Description

value

Specifies whether you want PowerBuilder to encrypt your password. Values are:

  • True Tells PowerBuilder to encrypt the password

  • False (Default) Tells PowerBuilder not to encrypt the password

Default

EncryptPassword = 'False'

Examples

Example 1

To tell PowerBuilder to encrypt your password when connecting to an OLE DB data provider:

See also