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:

Default

EncryptPassword='False'

Examples

Example 1

To tell PowerBuilder to encrypt your password when connecting to Microsoft SQL Server or an OLE DB data provider:

See also