sure?
>I just remembered where I read that cfloops are more efficient than >cfoutput with queries, in ben forta's coldfusion developers study guide, if >that helps clarify anything
>mark
If there is no notable difference then i suppose it doesnt matter!
Kola -----Original Message----- From: Gregory Harris [mailto:greg@stirlingbridge.com] Sent: 09 May 2001 17:33 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 > > >