Conection Time-out

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
norldir

Conection Time-out

Post by norldir » Fri 28 Jan 2005 16:54

Where can i set connection time-out time?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Conection Time-out

Post by Ikar » Mon 31 Jan 2005 10:31

For Delphi 7 - set a value of 'Connection Timeout' parameter.
For Delphi 6 this parameter cannot be created.

norldir

Re: Conection Time-out

Post by norldir » Tue 01 Feb 2005 13:31

What is de default value? and this value are in seconds or miliseconds?

norldir

Lost connection

Post by norldir » Tue 01 Feb 2005 13:43

Hi,

For any value that i set to that parameter, it always lost connection when connect.

I use dbexpmda.dll 2.10.2 with D7.


Thanks for help

Norldir

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 02 Feb 2005 08:23

The default value is 15 seconds. Time is set in seconds.

Does the error happen before expiration of 15 seconds?

norldir

timeout lost connection

Post by norldir » Thu 03 Feb 2005 10:44

Yes,

to any value it lost connection on connect.

norldir

more info

Post by norldir » Thu 03 Feb 2005 10:54

When i not set the parameter it works good.

But after the release 2.10.2, some querys from few reports doesn´t run. Because i need to make a big process with temporary tables.... and it lost connection during query now.

Release 2.0.0 have not this problem.

Thanks for help.

Norldir

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 04 Feb 2005 12:48

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next DbxMda build.

Post Reply