force_ssl
Enables or disables force_ssl
mode of operation for the TFS connection. If set ON, the server only allows SSL connections. If not set ON, any connection to the server will be allowed.
- Default Value
- If the
force_ssl
option is not defined, the default value ofOFF
is used.
- Example
-
force_ssl=OFF
- SQL Options
This option key is associated with the SQL Connection Handle and can be set or retrieved using:
- See also
- SQL SET statements
- SQLSetConnectAttr()
- SQLGetConnectAttr()
- Note
- SQL options can also be associated with the RDM_DB handle along with the Database Configuration Options.
- Boolean Values Accepted
The following values can be accepted boolean values:
TRUE Values | FALSE Values |
---|---|
1 | 0 |
On | Off |
True | False |