ImpersonationLevel

Description

Specifies the level of impersonation that the data server is allowed to use when impersonating its OLE DB data provider and PowerBuilder. This parameter applies only to network connections other than Remote Procedure Call (RPC) connections.

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

Applies to

Syntax

ImpersonationLevel='value'

Parameter

Description

value

Specifies the level of impersonation. Values are:

Default

ImpersonationLevel='Not set'

Examples

Example 1

To set a level of impersonation to anonymous:

See also