Wrap your actual cfquery with cftry and then cfoutput the variable cfcatch.sql

<cftry>
 <cfquery>...</cfquery>
  <cfcatch 
type="Database"><cfoutput><pre>#cfcatch.sql#</pre></cfoutput></cfcatch>
</cftry>

Then post that sql here.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337131
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to