Re: Does work for timeouts?

2006-11-15 Thread Mike Chabot
For a "Timed out trying to establish connection" error, then probably yes. cfcatch type="any" or type="database" should work. If you are getting these errors it probably means your database is in the process of restarting. -Mike Chabot On 11/14/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I ha

Does work for timeouts?

2006-11-14 Thread Will Tomlinson
I have some queries that timeout when the server is wackin' out on my shared server. Diagnostics Error Executing Database Query. Timed out trying to establish connection The error occurred on line 4. Will a catch stuff like that? Thanks, Will ~