Conenct

E

ehorn

Hi,

Has anyone figured out how to increase the timeout of on CommandTimeout
in Access 2003?

I have a stored proc that takes about 2 minutes to run and the report
has timed out.

I have tried setting the "connect timeout" property in the connection
properties, and have also tried through code.

Any ideas?

Thanks,
 
R

rcross

If you mean the odbc timeout message then you right click on the grey part of
your query, go to properties, and under odbc timeout, change it to 3000.
That should fix your problem.
 
Top