Re: ADOConnection TimeOut 30 second, no way to change it ???



thanks, that is the answer.


"Mikael Eriksson" <micke314@xxxxxxxxx> wrote in message
news:467f587c$1@xxxxxxxxxxxxxxxxxxxxxxxxx
YH. Chan skrev:

AdoConnection.CommandTimeout := 600; // 10 minute
AdoConnection.ConnectionTimeout := 20;

Try setting the CommandTimeout of TADOQuery instead.

regards

/Micke


.