|
Prev: can you not set a variable that's in the same scopeas a query structure
Next: can you not set a variable that's in the same scope as a querystructure
From: GArlington on 22 Apr 2008 11:11 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. |