>
> <cfset thesql="update data set data = '',
> data_f = '#form.EditorDefault2#' where nav_id = #form.nav_id#">
> <cfmodule template = "../dbaccess_code/dbaccess.cfm"
> sql="#thesql#" qname="getit">
You can't, in any effective way. I would recommend against the use of a
generalized custom tag for running your queries. Is there some specific
reason you're using this custom tag?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

