Re: adding custom variable to cfquery metadata

2011-07-25 Thread Raymond Camden
Why not just do this: data = {}; data.query = somequery; data.whatever = ice cream; On Wed, Jul 20, 2011 at 7:40 AM, Richard White rich...@j7is.co.uk wrote: Hi, is there any way to add custom variables to cfquery metadata. for example: i know i can add them as follows: mt =

adding custom variable to cfquery metadata

2011-07-20 Thread Richard White
Hi, is there any way to add custom variables to cfquery metadata. for example: i know i can add them as follows: mt = getMetaData(query) mt[1].newVar = value; however, this query gets passed through various functions so instead of also passing the metadata through, i would just like to call