A bit off topic - but a warning. I seem to remember a bug with
cfqueryparam and array syntax on structs. Ie

<cfqueryparam .... value="#form[key]#">

If I remember right, a single quote would end up throwing an error. I
seem to remember this in 7.0.0, and it was probably fixed in an
updater.

I'm just throwing this out in case you see it. To get around it, I
used a temp val.

<cfset rayrocksthefreeworld = form[key]>
<cfqueryparam .... value="#rayrocksthefreeworld#">


On Wed, Sep 10, 2008 at 10:47 AM, Mark Kruger <[EMAIL PROTECTED]> wrote:
> Right... And "doh!"
>
>
> Mark A. Kruger, CFG, MCSE
> (402) 408-3733 ext 105
> www.cfwebtools.com
> www.coldfusionmuse.com
> www.necfug.com

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312323
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