Help
        What am I doing wrong here?  I get a  "just in time compilation
error".

<CFQUERY name="qname">
        UPDATE tbltable
        SET  tblfield  =
'#PreserveSingleQuotes(Trim(EVALUATE("#columnname#_#recordnumber#")))#'
</CFQUERY>

        its erring on the ( before EVALUATE.
        if I take Trim out then it gives same error for ( after EVALUATE.
        
        Can "PreserveSingleQuotes" contain other expressions or will I need
to do the EVALUATE and Trim before the SET.

        
Thanks
Rodney 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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