If you aren't able to turn on debugging, another option would be to place all of your queries into a structure.. then either loop over that structure using CFLOOP or use CFDUMP.
----- Original Message ----- From: "Pete Freitag" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 2:55 PM Subject: RE: List of queries in a page > Turn on debugging, there is an option to list the queries and their SQL. > > +++++++++++++++++++++++++++++++++++++ > Pete Freitag ([EMAIL PROTECTED]) > CFDEV.COM > ColdFusion Developer Resources > http://www.cfdev.com/ > > > -----Original Message----- > From: Zac Belado [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 3:36 PM > To: CF-Talk > Subject: List of queries in a page > > > Anyone know of a way, simple or not, to get a full list of the queries used > in the generation of a page? > > TIA > > > -- > > Zac Belado > Application Developer > > Bayleaf Software > #300 948 Homer Street, > Vancouver, BC, > V6B 2W7 > Ph: 604.683.1288 x 116 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

