ZEOS AND MSSQL TIME OUT

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
bernhard
Junior Boarder
Junior Boarder
Posts: 26
Joined: 22.10.2009, 21:49

ZEOS AND MSSQL TIME OUT

Post by bernhard »

we use delphi 7 and ZEOS 6.6 stable :

our SQL Query or a Stored procedure take more than 30 sec calc time on the MSSQL server. ZEOS always reports a time out after 30 sec. How to overwrite that value..... we would like 10 min. waiting time.

set the time out value on the server side to 0 does not help in our case :(
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Did you already try setting timeout=x into the connection parameters?
(Have a look at TZDBLibConnection.InternalLogin)

Mark
Image
cytrinox
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 26.11.2008, 09:48

Post by cytrinox »

I've the same problem.

timeout=x only sets the login timeout, but not query timeout.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Does a query timeout setting exist on the client (=libpq) level? If so, I see no reason why you can't write a patch!

Mark
Image
Post Reply