I'm guessing either something like:

<cfquery>
UPDATE <cfqueryparam value="#ARGUMENTS.tablename#" cfsqltype="cf_sql_varchar" />

OR

<cfparam name="#ARGUMENTS.tablename#" type="string">
<cfquery>
UPDATE #ARGUMENTS.tablename

Would these work and be safe?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, 
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly
Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245666
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to