You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tour de ColdFusion
I assume you're using the same code for cftry and cfcatch (makes
sense) but you might want to change the header to be cftry/cfcatch.
Also, the demo doesn't actually work. Here's the code:
<!--- Notice misspelled tablename "employees" as "employeeas". --->
<cfquery name = "TestQuery" dataSource = "cfdocexamples">
SELECT *
FROM employees
</cfquery>
....but the table name isn't actually misspelled so the error never
gets thrown (thus there is nothing to catch).
James Brown
unread,
Jun 28, 2010, 10:55:42 AM6/28/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tour de ColdFusion
I'll take a look and get this updated shortly. Thanks!