help with connecting securebridge to MyDac
Posted: Thu 16 Apr 2020 11:21
I use MyDac's TMyConnection to connect to a remote MySQL database from a Delphi 2009 application. Today I purchased and installed Securebridge withe the promise from the web page that
There seems to be some help files in C:\Program Files (x86)\Devart\SecureBridge for RAD Studio 2009\Doc
but I can't open them with anything.
Can someone post a very simple guide as to what components I need to put on my form and how I connect them to TMyConnection so that my normal remote connection can be an encrypted one.
(Or have I just wasted $99 ?)
Edit. The access denied was my AV but having allowed access the SSHClient demo now errors with
so I'm no better off.
The demos came with no instructions, over complex source code and gave me errors saying "cannot create file "C:\Users\public\documents\devart\securebridge for rad stuio 2009\demos\sshClient\54.36.162.178.key"it is enough to place several components on the form and specify the server address and user credentials to establish a secure connection.
There seems to be some help files in C:\Program Files (x86)\Devart\SecureBridge for RAD Studio 2009\Doc
but I can't open them with anything.
Can someone post a very simple guide as to what components I need to put on my form and how I connect them to TMyConnection so that my normal remote connection can be an encrypted one.
(Or have I just wasted $99 ?)
Edit. The access denied was my AV but having allowed access the SSHClient demo now errors with
Project SSHClient.exe Authentication failed public key, gssapi-keyex,gssapi-with-mic,password
so I'm no better off.