Hello Guys,
Just a small question on performance related best practices when it comes to outputting my query data.
I've seen several methods for using the CFOUPUT and was wondering which is the best practice.
Should I be defining my query in the 'query' attribute for the cfoutput tag? or am i better off defining my query in the actual output somthing like #queryname.fieldname# or should I be doing both?
If I'm not defining a query attribute then it leaves me to be able to ouput results from several query in a single cfoutput tag, should i be doing this? or am better off defining the ouput for each query in its own cfoutput tag?
Hope this makes Sense,
Rob
Just a small question on performance related best practices when it comes to outputting my query data.
I've seen several methods for using the CFOUPUT and was wondering which is the best practice.
Should I be defining my query in the 'query' attribute for the cfoutput tag? or am i better off defining my query in the actual output somthing like #queryname.fieldname# or should I be doing both?
If I'm not defining a query attribute then it leaves me to be able to ouput results from several query in a single cfoutput tag, should i be doing this? or am better off defining the ouput for each query in its own cfoutput tag?
Hope this makes Sense,
Rob