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. If you want 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 using the TCP/IP protocol, but disallowing connections from Open Client or jConnect applications.

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