Dbexpress- Unidac support

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mauromdq
Posts: 4
Joined: Fri 06 Nov 2009 15:18

Dbexpress- Unidac support

Post by mauromdq » Fri 06 Nov 2009 15:29

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Dbexpress- Unidac support

Post by Dimon » Mon 09 Nov 2009 09:09

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.

mauromdq
Posts: 4
Joined: Fri 06 Nov 2009 15:18

MySQL Unidac example

Post by mauromdq » Wed 25 Nov 2009 13:32

Is there a example or demo to use secure bridge with mysql unidac driver?
Thank you in advance.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 26 Nov 2009 11:05

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

Post Reply