Question
Quicker conversion from query to structure
I have about fifteen queries that I convert to a request
structure so the query results are available in all my custom tags,
etc. Even though I'm caching all my queries I'd still like to speed
this code up a little.
Currently I'm using CFLOOP to go over the query results. I heard once that CFOUTPUT is quicker... but is there a simple conversion function that does the same thing, but maybe quicker?
I'm running MX7
Currently I'm using CFLOOP to go over the query results. I heard once that CFOUTPUT is quicker... but is there a simple conversion function that does the same thing, but maybe quicker?
I'm running MX7