-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 24 February 2004 1:40 p.m.
To: CF-Talk
Subject: Re: Single Quotes in Comment Fields Problem
OK,
This one errors out:
COMMENTS = <cfqueryparam name="#form["comments_#thisId#"]#">
Attribute validation error for tag CFQUERYPARAM.
The tag does not allow the attribute(s) NAME. The valid attribute(s) are
CFSQLTYPE,LIST,MAXLENGTH,NULL,SCALE,SEPARATOR,VALUE.
This one works:
COMMENTS = <cfqueryparam cfsqltype="cf_sql_varchar"
value="#FORM['COMMENTS_#thisID#']#' null="false" />,
Interesting. Learn something every day - despite the ever ticking age
clock. Heh...
Thanks so much for the input!
--
Les Mizzell
------------------------------------------
Skill without imagination is craftsmanship
and gives us many useful objects such as
wickerwork picnic baskets. Imagination
without skill gives us modern art.
------------------------------------------
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

