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