> From: Robert Bailey
>
> Nope, no CFQueryParams at all, was more like this:
>
> Update table
> Set this = 'that',
> this2 = 'that2'
> Where myid = id
>
> VERY Simple update. Oh well, not doing it now, so can not complain :)

Have you checked that there are no apostrophies in the strings you're
trying to update with?

If there are, and you're not handling them, then it'll break

I'd ALWAYS use CFQUERYPARAM, even in simple queries
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to