CacheAuthentication

Description

Specifies whether the OLE DB data provider can cache sensitive authentication information, such as a password, in an internal cache.

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

Applies to

Syntax

CacheAuthentication='value'

Parameter

Description

value

Specifies whether the OLE DB data provider can cache authentication information. Values are:

Default

CacheAuthentication='False'

Examples

Example 1

To tell the OLE DB data provider to cache authentication information:

See also