>> >Comments = '#trim(Form.Comments)#')
>>
>> Should be Comments =      Comments = '#trim(Form.Comments)#'
>>
>>
>Remove the opening bracket as well
>
><CFquery NAME="qUpdate" DATASOURCE="learncfe">    <!--- error --->
>       UPDATE  GuestBook
>       SET
>GuestName = '#Form.GuestName#',
>               Email = '#Form.Email#',
>               FirstVisit = #Form.FirstVisit#,
>               GotHere = '#Form.GotHere#',
>               Rating = '#Form.Rating#',
>               Comments = '#trim(Form.Comments)#'
>
>       WHERE   GuestBook_ID = #Form.GuestBook_ID#
></CFquery>

'Scuse my mad typing, yes Casey is right it's the opening and closing brackets. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to