"ON" is a reserved word.  You shouldn't use it as a field name.  Also, use 
cfqueryparam for parameters.

At 04:56 PM 1/17/2003, you wrote:
>Hello
>
>I've just moved from access to mysql, and I'm noticing that a lot of my
>insert queries aren't working, and I cant figure out why!!
>
>For example...
>
>         <cfquery name="log" connection info here>
>         INSERT INTO Log
>         (Action, On, StaffUser)
>         VALUES ('#description#', #now()#, '#getstaff.name#')
>         </cfquery>
>
>Updates work fine, as do selects etc, but why isnt this (or any other)
>insert working?!
>
>Ryan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to