Re: CFTRY/CFCATCH Database errors

2002-05-30 Thread Chris Norloff
Strange, seems okay to me. We use this in CF 4.5 and it works okay catching if the Oracle database (using native drivers) goes down. I'd still like more granularity, so if the db is actually down (as opposed to merely erroring) I can put up a notice. If I were you, I'd break down what you

RE: CFTRY/CFCATCH Database errors

2002-05-30 Thread Tony_Petruzzi
Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 9:45 AM To: CF-Talk Subject: Re: CFTRY/CFCATCH Database errors Strange, seems okay to me. We use this in CF 4.5 and it works okay catching if the Oracle database (using native drivers) goes down. I'd still

RE: CFTRY/CFCATCH Database errors

2002-05-24 Thread Philip Arnold - ASP
If I've got a query and for some odd reason the database server goes down, of course my query will fail. How can I catch the error due to the server being down and display a static/temp page instead? My code is below and it appears to be correct but it will not catch the error and redirect.