use_ssl

Enables or disables use_ssl mode of operation for the TFS connection. If set ON, the client will use SSL encryption.

Default Value
If the use_ssl option is not defined, the default value of OFF is used.
Example
use_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
String values above are not case-sensitive.