PersistEncrypted

Description

Specifies whether the data source you are accessing through the OLE DB interface is allowed to save your encrypted password.

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

Applies to

Syntax

PersistEncrypted='value'

Parameter

Description

value

Specifies whether the data source can save your encrypted password. Values are:

Default

PersistEncrypted='False'

Examples

Example 1

To tell the data source you are accessing through OLE DB that it can save your password:

See also