Page 1 of 1

Dbexpress- Unidac support

Posted: Fri 06 Nov 2009 15:29
by mauromdq
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

Re: Dbexpress- Unidac support

Posted: Mon 09 Nov 2009 09:09
by Dimon
mauromdq 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 ?
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=ssl
mauromdq wrote:Are Oracle and Mssql servers supported with unidac and securebridge ?
UniDAC and SecureBridge support secure connection only for MySQL and PostgreSQL.

MySQL Unidac example

Posted: Wed 25 Nov 2009 13:32
by mauromdq
Is there a example or demo to use secure bridge with mysql unidac driver?
Thank you in advance.

Posted: Thu 26 Nov 2009 11:05
by Dimon
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