Correct me, if I am wrong, but didn't MM release a hot fix regarding some
problems with quotes in cfqueryparam tag?
Maybe that is related to your problem.

TK
  -----Original Message-----
  From: Les Mizzell [mailto:[EMAIL PROTECTED]
  Sent: Monday, February 23, 2004 8:40 PM
  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]

Reply via email to