f2s_mssql_conn_option_reset

Applies to: MS SQL

Syntax

f2s_mssql_conn_option_reset "ALL" | {option}

Parameter

Description

option

The connection option to clear

Description

This command will clear any or all connections options that were set using f2s_mssql_conn_option_reset. Passing the keyword ALL will remove all custom set connection options while passing a string value will clear just that option passed for the next login call. Connection options that CANNOT be cleared: Database, Server, FailoverPartner, MarsConn, uid, pwd, Trusted_Connection, wsid, app, AutoTranslate, Timeout.

This command only supports MS SQL Server.

Examples

f2s_mssql_conn_option_reset with no parameters To clear a particular option: .. code-block:

f2s_mssql_conn_option_reset "ApplicationIntent"

To clear all options: .. code-block:

f2s_mssql_conn_option_reset "ALL"

Replaces

CLEAR_CONNECTION_OPTION