SecureBridge and IBDAC?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zd
Posts: 78
Joined: Sun 01 Jul 2007 13:16

SecureBridge and IBDAC?

Post by zd » Fri 10 Sep 2010 18:26

Hi!

Right now I'm making secure connections to the Firebird DB in my program using Zebedee but I'm looking for a better and more elegant solution.

I've read about the SecureBridge component and it seems promising.

My question is: is there any info / does anyone have experience using SecureBridge to build a secure tunnel between a program, which is using IBDAC to connect to a Firebird database? Is this a recommended solution?

Do I understand correctly that SecureBridge provides both client and server components, so I won't need to use OpenSSH on the server side?

Thanks!

xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

Post by xalion » Sat 11 Sep 2010 01:50

I use SecureBridge and ODAC. it works fine.
In Linux server, you can use ssh server.
in windows,you can use SecureBridge server components.

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

Post by Dimon » Mon 13 Sep 2010 08:25

And you can see how to create a secure tunnel in the SSHClient demo of SecureBridge.

Post Reply