TrustedConnection

Description

Specifies whether the current Windows account credentials can be used for authentication.

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

Applies to

Syntax

TrustedConnection = value

Parameter

Description

value

Specifies whether the current Windows account credentials can be used for authentication. Values are:

  • 0 (Default) The User ID and Password are specified in the connection.

  • 1 The current Windows account credentials are used for authentication. The User ID and Password supplied in the connection are ignored.

Default

TrustedConnection = 0

Examples

Example 1

To specify that DataWindow Designer should trust the connection: