PS: This code ALSO produces the error below:

<CFQUERY NAME="UpdateDetailRecord" DATASOURCE="#DataDB#">
    UPDATE Product
       SET
       PartNo = '#Trim(FORM.PartNo)#',
       UPCNo = '#Trim(FORM.UPCNo)#'
    WHERE ProductID = #FORM.ProductID#
</CFQUERY>

Error Occurred While Processing Request
Error Diagnostic Information

Just in time compilation error unknown parser error

The last successfully parsed CFML construct was dynamic text (a CFML 
expression) occupying document position (17:22) to (17:37).




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

Reply via email to