I'm trying to set up a query with the actual SQL syntax is within a CF
variable, i.e.

<cfquery datasource="blah">
#syntaxvar#
</cfquery>

and trying to figure out the proper use of DE() and/or Evaluate() to pull
this off. The variable with the syntax contains a CF variable, in the WHERE
clause - "WHERE UserID = #form.UserID#".

I've tried various combos of DE and Evaluate, with little/no success.

Any thoughts gang?

Thanks in advance -
--Scott


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to