TRS

Description

Specifies whether you want your application to connect to a database through the DirectConnect server using:

Applies to

Syntax

TRS = value

Parameter

Description

value

Specifies how your application should connect to a database through the DirectConnect server. Values are:

  • 0 (Default) Use an Access Service connection.

  • 1 Use a TRS connection.

  • 2 Use a gatewayless or OpenServerConnect connection.

Default

TRS = 0

Usage

If you have chosen to make a gatewayless database connection, you can then set the UseProcSyntax parameter to specify whether DataWindow Designer should convert the syntax for invoking a Remote Stored Procedure (RSP) or host-resident request before executing that procedure.

Examples

Example 1

To specify that you want to connect to a database using OpenServerConnect:

See also