Page 1 of 1

Support for Data Access Components for dbexpress?

Posted: Mon 08 Apr 2013 08:41
by Eden0928
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:

Re: Support for Data Access Components for dbexpress?

Posted: Fri 19 Apr 2013 16:41
by DemetrionQ
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.