EncryptPassword

Description

Specifies whether you want DataWindow Designer 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 DataWindow Designer to encrypt your password. Values are:

  • True Tells DataWindow Designer to encrypt the password

  • False (Default) Tells DataWindow Designer not to encrypt the password

Default

EncryptPassword = 'False'

Examples

Example 1

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

See also