I've never tried that, is there a simple way to check what scope a variable belongs to?
On Tuesday, June 24, 2014 12:58:21 PM UTC-5, Jason Allen wrote: > > Ok, so the point is that the query results are kept within the local > scope. Got it. > > I read that I could just skip the queryVar and just > > <cfset var queryName = ''> > > And even though it initially declares it as a string, once you run the > query it turns it into a query structure. > > Thoughts? I really don't want to have to go through and queryNew() several > hundred queries.... > > > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
