My error function sends me error information through email.  In addition I 
would like to place this information into a database table to track the number 
of times the error happens and indicate when the error is resolved.  

Error  (struct)
  - TagContext (struct)
       - error (array)
             -Error (struct)
                   column
                   line
                   template

For expression type errors, there is a structure named tagcontext which has an 
array named error which has a structure named error.  The column, line and 
template values are what I am trying to insert into the database (among other 
fields).  How would I access these items?  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310029
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to