Help with Stored Procedure Execution Speed - Delphi 6
- From: "Eric Stewart" <stewarte@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Oct 2005 12:41:41 -0700
I have a stored procedure - MS SQL 2000 - that runs in less than 3 minutes
in query analyzer and returns around 13000 records. However, in my Delphi 6
application, I call the stored procedure using a TADOQuery passing the
appropriate parameters and it times out. I have been increasing the time out
setting just to see how long it would take. I currently have it set at 16
minutes and I still time out. I have tried using DisableControls on the
query because I think I read somewhere that that should help.
Has anyone else faced and solved a similar problem?
Thanks
Eric
.
- Follow-Ups:
- Re: Help with Stored Procedure Execution Speed - Delphi 6
- From: Kittipong Kiatcheeranun
- Re: Help with Stored Procedure Execution Speed - Delphi 6
- Prev by Date: Re: Two tiers on the net
- Next by Date: trigger causes exception
- Previous by thread: Ado, Unicode, Oracle troubles
- Next by thread: Re: Help with Stored Procedure Execution Speed - Delphi 6
- Index(es):
Relevant Pages
|