Ok, bad example (I recall in an earlier version that this was impossible though, to embed CFQUERY in CFOUTPUT), but some tags still, such as the before mentioned CFMAIL tag.
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: "Adkins, Randy" <Randy_Adkins@sra.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Wednesday, May 09, 2001 10:08 AM Subject: RE: cfloop vs cfoutput
> 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:greg@stirlingbridge.com] > 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" <kola@alexandermark.com> > To: "CF-Talk" <cf-talk@houseoffusion.com> > 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 > > > > > > >