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_ssloption is not defined, the default value ofOFFis 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 |