PersistEncrypted database parameter
Description
Specifies whether the data source you are accessing through
the OLE DB interface is allowed to save your encrypted password.
When to specify PersistEncrypted
You must specify the PersistEncrypted parameter before connecting
to the database.
Controls
-
OLE DB
Syntax
1 |
PersistEncrypted='<span>value</span>' |
Parameter |
Description |
---|---|
value |
Specifies whether the data source can
|
Default
PersistEncrypted=’False’
Examples
To tell the data source you are accessing through
OLE DB that it can save your password:
-
Database profile
Select the Persist Encrypted check box on the Security page
in the Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DbParameter="PersistEncrypted='True'"
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments