MaskPassword

Description

Specifies whether you want DataWindow Designer to mask your password automatically when connecting to an OLE DB data provider.

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

Applies to

Syntax

MaskPassword='value'

Parameter

Description

value

Specifies whether you want DataWindow Designer to mask your password. Values are:

  • True Tells DataWindow Designer to mask the password

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

Default

MaskPassword='False'

Examples

Example 1

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

See also