TDS Communication Parameter

Controls whether the server allows TDS connections.

Usage

TCP/IP, NamedPipes (server side only)

Values

YES, NO

Default

YES

Description

To disallow TDS connections to a database server, set TDS to NO. To ensure that only encrypted connections are made to your server, these port options are the only way to disallow TDS connections.

Example

The following command starts a database server that uses the TCP/IP protocol, but disallows connections from Open Client or jConnect applications.

start_iq -x tcpip(TDS=NO) ...