Daniel Farmer said:
> Here's my code... I've never used this tag before... not sure
> exactly how it's used... I'm using some custom tags with this
> setup... so basically the html code is being sent to  this query
> template via the attributes.sql. Am I using the tag correctly?

> <cfquery name="caller.#attributes.qname#"
> datasource="#dadatasource#">
>         <cfqueryparam value="#attributes.sql#">
> </cfquery>

You can't put a complete statement in a cfqueryparam, only variables:
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b20.htm

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to