From: GArlington on
On Apr 22, 3:06 pm, Ian Skinner <iskin...(a)cdpr.ca.gov> wrote:
> happysailingdude wrote:
>
> > How on earth can this be? am i going mad?
>
> Well, if you really just want to add to the query column, personally I
> would use the query functions such as
> queryAddColumn(query,'column','dataType',arrayOfValues) and|or
> querySetCell(query,'column',row,value).

Small correction: the function is querySetCell(query,'column', VALUE,
ROW)

>
> I would suspect that your issue stems from a query record set being a
> complex variable and that your simple <cfset...> does not properly
> extend the variable.