ThunderForest
IS-IT--Management
Also see thread 102-568437 in this forum.
I am experiencing this problem using Delphi 5 and 7, executing stored procedures on SQL Server from a ADODataSet or ADOQuery. Typically happens with large result sets. Procs run as expected using Query Analyzer, but I continually time-out after about 30 seconds using ADO. CommandTimeout is zero (0). I am told the SQL Server database timeout settings are okay. Is it true that only the ADO command component will only accept the command timeout setting, as said in the above thread? If so, how do you get a result set from it?
Getting answers before I'm asked.
Providing answers if I can.
I am experiencing this problem using Delphi 5 and 7, executing stored procedures on SQL Server from a ADODataSet or ADOQuery. Typically happens with large result sets. Procs run as expected using Query Analyzer, but I continually time-out after about 30 seconds using ADO. CommandTimeout is zero (0). I am told the SQL Server database timeout settings are okay. Is it true that only the ADO command component will only accept the command timeout setting, as said in the above thread? If so, how do you get a result set from it?
Getting answers before I'm asked.
Providing answers if I can.