Try CFDUMP on the CFCATCH structure.  That should show you the type of
the exception.

<cftry>
  <cfquery>
  ...SQL...
  </cfquery>

  <cfcatch type="any">
    <cfdump var="#cfcatch#">
  </cfcatch>
</cftry>

I would say, in this case, it is probably a database exception.

M!ke

-----Original Message-----
From: Mickael [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 10, 2005 7:21 AM
To: CF-Talk
Subject: CFTRY and CFCATCH

Hi All,

I have never really had a good handle on CFTRY and CFCATCH.  If I have
an error on my website as follows


  The request has exceeded the allowable time limit Tag: CFQUERY


What type of cfcatch is that?  Or can that not be caught by CFCatch?

Mike

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220537
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to