Support for Data Access Components for dbexpress?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

Support for Data Access Components for dbexpress?

Post by Eden0928 » Mon 08 Apr 2013 08:41

I know Compatibility:
1.Support for Data Access Components for MySQL (MyDAC)
2.Support for PostgreSQL Data Access Components (PgDAC)

Is it able to connection the TSQLConnection? :oops:

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Support for Data Access Components for dbexpress?

Post by DemetrionQ » Fri 19 Apr 2013 16:41

Hello.

SecureBridge allows redirecting any TCP connection through an SSH server. That's why you can use SecureBridge together with any components (including TSQLConnection), connecting to a remote server on the specified TCP port.

To use TSQLConnection with SecureBridge you should perform the following steps:
1. Add the TScSSHChannel and TScSSHClient components to your client application to make an SSH client, and configure port forwarding from a local port to your database server through the port listened by the SSH server. For example, see the SSHClient demo of SecureBridge.
2. Configure your TSQLConnection to connect to the localhost on the port that you used for port forwarding.

You can find the detailed information about creating the client and the server in the SecureBridge documentation.

Post Reply