Page 1 of 1

MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 22 Nov 2016 21:44
by cybsistemas
Hello
MyDAC 8.7.27 and SecureBridge 7.23 not conect in VPS
MyDAC 8.7.26 and SecureBridge 7.23 work fine

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Wed 23 Nov 2016 12:27
by ViktorV
Please specify the error you get when connecting to MySQL server.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Sun 27 Nov 2016 21:53
by cybsistemas
ScSSHClient1.Connect; connect correctly but the first query appears the messages that I sent by mail

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Mon 28 Nov 2016 14:30
by ViktorV
In order to get a detailed answer, please compose a small sample demonstrating behavior difference between MyDAC versions and send it using the contact form https://www.devart.com/company/contactform.html including scripts for creating database objects.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Mon 05 Dec 2016 11:27
by cybsistemas
I'm not in a hurry. Maybe I'll fix it in the next version.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Mon 05 Dec 2016 12:24
by ViktorV
Unfortunately, we could not reproduce the issue.
Therefore, we ask you to compose and send us a sample demonstrating the mentioned behavior, in order for us to provide you a detailed answer.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 06 Dec 2016 20:20
by cybsistemas
I already prepared a sample. Where to send it?
The link above does not work

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 06 Dec 2016 20:36
by cybsistemas
I tried to upload it to the contact form but it asks for my license number and I do not know

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 06 Dec 2016 20:49
by ViktorV
This field is optional to fill. You can leave it empty.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 06 Dec 2016 20:50
by cybsistemas
I think you can send it as an unlicensed user, even though I have it for both components

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Tue 06 Dec 2016 20:52
by ViktorV
Yes, you can do it.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Wed 07 Dec 2016 10:03
by ViktorV
In MyDAC version 8.7.26 when using TMySSHIOHandler SSH connection was established, even when the TMyConnection.Options.Protocol property was set to mpHttp. In MyDAC 8.7.27 when the TMyConnection.Options.Protocol property is set in mpHttp, HTTP connection is established.
You get the error "Cannot establish HTTP connection", as in your example, the TMyConnection.Options.Protocol property is set in mpHttp and the TMyConnection.HttpOptions parameters are not filled. To solve the issue you should either fill the TMyConnection.HttpOptions parameters to establish HTTP connection or to set the TMyConnection.Options.Protocol property in mpTCP in order to establish SSH connection.

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Wed 07 Dec 2016 17:13
by cybsistemas
Solved, thank you very much

Re: MyDAC 8.7.27 and SecureBridge 7.23

Posted: Fri 09 Dec 2016 11:49
by ViktorV
It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about our products.