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 > > >