Hi !
Im currently download the eval related components and testing it with a multiple db-engines delphi application. (Oracle, MySql, Mssql with dbExpress drivers). I want to support SSL with all this db-engines.
Is is possible to use Proxy with this drivers? Or Will i need to use this aproach http://www.devart.com/forums/viewtopic. ... hlight=ssl ?
Another one...
Are Oracle and Mssql servers supported with unidac and securebridge ?
Thank you in advance.
Regards,
Mauro
Dbexpress- Unidac support
Re: Dbexpress- Unidac support
dbExpress and SecureBridge do not support using proxy. You need to use an alternative way to solve this problem: http://www.devart.com/forums/viewtopic. ... hlight=sslmauromdq wrote:Is is possible to use Proxy with this drivers? Or Will i need to use this aproach http://www.devart.com/forums/viewtopic. ... hlight=ssl ?
UniDAC and SecureBridge support secure connection only for MySQL and PostgreSQL.mauromdq wrote:Are Oracle and Mssql servers supported with unidac and securebridge ?
MySQL Unidac example
Is there a example or demo to use secure bridge with mysql unidac driver?
Thank you in advance.
Thank you in advance.
If you use the SecureBridge components for making SSH/SSL client, you should use the TCRSSHIOHandler/TCRSSLIOHandler component that is included into UniDAC as a demo project. The TCRSSHIOHandler component is intended for communicating between SSH and SQL servers.
You can find the component package by the following path: UniDAC_InstDir\Demos\TechnologySpecific\SecureBridge\DelphiXX\dacsbridgeXX.dpk.
UniDAC_InstDir is the UniDAC installation directory on your computer.
Just open this package and install it.
Also you can look at the example of using this component in the demo by the following path: UniDAC_InstDir\Demos\TechnologySpecific\SecureBridge\Demo\SSL
You can find the component package by the following path: UniDAC_InstDir\Demos\TechnologySpecific\SecureBridge\DelphiXX\dacsbridgeXX.dpk.
UniDAC_InstDir is the UniDAC installation directory on your computer.
Just open this package and install it.
Also you can look at the example of using this component in the demo by the following path: UniDAC_InstDir\Demos\TechnologySpecific\SecureBridge\Demo\SSL