To enable SSL for Adaptive Server OLE DB Provider, add Encryption=ssl and TrustedFile=<filename> (where filename is the path to the trusted roots file) to the ConnectString. Then, Adaptive Server OLE DB Provider negotiates an SSL connection with Adaptive Server.
Adaptive Server must be configured to use SSL. For more
information on SSL, see the Adaptive Server Enterprise
System Administration Guide.
Enabling SSL connections on Microsoft Windows
Set the Encryption property
in the connection string to ssl
.
Set the TrustedFile property in the connection string to the file name of the trusted roots file. The file name should contain the path to the file as well.