MaskPassword
database parameter
Description
Specifies whether you want PowerBuilder to mask your password
automatically when connecting to an OLE DB data provider.
When to specify MaskPassword
You must specify the MaskPassword parameter before connecting to
the database.
Applies to
OLE DB
Syntax
|
1 |
MaskPassword='value' |
|
Parameter |
Description |
|---|---|
|
value |
Specifies whether you want PowerBuilder to mask
|
Default value
MaskPassword=’False’
Examples
To tell PowerBuilder to mask your password when connecting to an
OLE DB data provider:
-
Database profile
Select the Mask Password check box on the Security page in the
Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DBParm="MaskPassword='True'"
See also