Phil Porter
Member since Dec 11, 2008
- Profile: /members/2037-phil-porter.htm
- Comments: 1
Recent Blog Comments By Phil Porter
-
LOCAL Variables Scope Conflicts With ColdFusion Query of Queries
Posted on Nov 29, 2006 at 6:49 AM
Using structure in Query of queries is buggy to say the least: Using your example as a reference.. the following fails. I can't find anyway in which to get this to work, so must be a bug <cfscript> var LOCAL = structnew(); LOCAL.Data = QueryNew( "id,name" ); LOCAL.Data2 = QueryNew( "id,name"... read more »