UniDAC connection timeout to an online Database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
axilus
Posts: 12
Joined: Sun 13 Mar 2016 12:10

UniDAC connection timeout to an online Database

Post by axilus » Sun 13 Mar 2016 12:16

Hello,
i have a sample database in an online provider freemysqlhosting.net
when i connect using Delphi with UniConnection in design mode and open the UniTable, all work great and nothing is wrong, but when i try to connect in runtime using connection settings by FormCreate event, after 15 seconds the Connection timeout appear !

Whats the solution?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC connection timeout to an online Database

Post by ViktorV » Mon 14 Mar 2016 11:10

Unfortunately, we can't reproduce the issue in the described case. Could you send test credentials to viktorv*devart*com for connection to your MySQL server, in order for us to be able to reproduce the described issue?

axilus
Posts: 12
Joined: Sun 13 Mar 2016 12:10

Re: UniDAC connection timeout to an online Database

Post by axilus » Mon 14 Mar 2016 14:36

Hello,
ok, the message has been sent
Last edited by axilus on Mon 14 Mar 2016 19:48, edited 1 time in total.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC connection timeout to an online Database

Post by ViktorV » Mon 14 Mar 2016 15:15

Unfortunately, we could not reproduce the issue. Both in design-time and run-time, connection to your MySQL server was established similarly fast with no delays. Please check whether the problem is reproduced on our MyDacDemo project. You can find the demo project in the
%MyDACDemos%\MyDacDemo directory. %MyDACDemos% is the MyDAC Demo projects installation path on your computer. If the problem is not reproduced on our demo project, please compose a full sample demonstrating the issue and send to viktorv*devart*com.

axilus
Posts: 12
Joined: Sun 13 Mar 2016 12:10

Re: UniDAC connection timeout to an online Database

Post by axilus » Mon 14 Mar 2016 19:31

Hi,
it work very good!
thanks a lot.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC connection timeout to an online Database

Post by ViktorV » Tue 15 Mar 2016 06:31

It is good to see that the issue has been solved. Feel free to contact us if you have any further questions about UniDAC.

Post Reply