bebblebrox
IS-IT--Management
Hi,
when using the cfquery tag, when does the query actually execute? does the mere presence of the tag execute the query and store the results for later use, or is the query executed when you take some action on it, such as a cfloop?
assuming that the query is not executed until you take an action on it, would it be a good idea to have all your queries in one file and simply include that file for pages that need data access?
thanks,
when using the cfquery tag, when does the query actually execute? does the mere presence of the tag execute the query and store the results for later use, or is the query executed when you take some action on it, such as a cfloop?
assuming that the query is not executed until you take an action on it, would it be a good idea to have all your queries in one file and simply include that file for pages that need data access?
thanks,