You can have a <CFQUERY> tag between 
<CFOUTPUT></CFOUTPUT>  Tags

I have done that many times

Example:

<CFOUTPUT QUERY="MINE">
        <CFQUERY NAME="YOURS">
                This that and the other thing
        </CFQUERY>
        Back to Square One
</CFOUTPUT>


-----Original Message-----
From: Gregory Harris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 12:33 PM
To: CF-Talk
Subject: Re: cfloop vs cfoutput


No question on that one, CFOUTPUT beats CFLOOP by a long shot, however
sometimes you have to use CFLOOP for things, like if you wish to have a
<CFQUERY> tag in your <CFOUTPUT> statement which wouldn't be possible, you'd
have to use CFLOOP


Gregory Harris
Web Developer
____________
The Stirling Bridge Group, LLC
*We Engineer Internet Business Solutions*
TEL: (949) 707-1534  FAX: (949) 707-1535


----- Original Message -----
From: "Kola Oyedeji" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 8:50 AM
Subject: cfloop vs cfoutput


>
> Sorry for the crosspost (had conflicting answers from other lists)
>
> but is there a consensus on which method of looping over a query is
fastest?
>
> cfloop or cfoutput..
>
> Cheers
>
> KOLa
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to