|
Prev: can you not set a variable that's in the same scope as aquery structure
Next: can you not set a variable that's in the same scopeas a query structure
From: Ian Skinner on 22 Apr 2008 10:06 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). 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. |