David Blake
29 Jun 2006, 10:40 AM
Hi-
I am working on a simple database using coldfusion language. I am getting a syntax error on line 134. Can anyone see what the problem is?
132 : SET Position='#Form.Position#',
133 : Description='#Form.Description#' ,
134 : Requirements='#Form.Requirements#'
135 : WHERE JobID=2
136 : </cfquery>
Thanks,
Dave
I am working on a simple database using coldfusion language. I am getting a syntax error on line 134. Can anyone see what the problem is?
132 : SET Position='#Form.Position#',
133 : Description='#Form.Description#' ,
134 : Requirements='#Form.Requirements#'
135 : WHERE JobID=2
136 : </cfquery>
Thanks,
Dave