>>You don't need to wrap every query with CFTRY/CFCATCH; you're better off reserving that for specific exceptions where you can present a specific solution. If you just use CFERROR/onError to capture runtime exceptions, you can get the same results in a more structured way.
Exact. In the CFERROR template, I do this : if the server is localhost dump everything you can (form scope, url, session, application, etc) else dump everything in a variable and store it in a memo in the database for further looking (or mail it to the developer) -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280689 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

