Terrific! Thanks Geoff. -----Original Message----- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Monday, 22 December 2003 11:47 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Optimizing Verity Collections
Verity Optimisation Made Easy http://blog.daemon.com.au/archives/000073.html Be sure to read the comments. -- geoff http://www.daemon.com.au/ [EMAIL PROTECTED] wrote: > Hey, > > A while back Geoff Bowers posted some code here that could be used to > optimise all your verity collections in one go by referring to the > registry entries for the collections... that was great for CF5: > > <CFREGISTRY action="GETALL" > branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Co llections" > name="q" type="Key"> > > <CFLOOP QUERY="q"> > <CFCOLLECTION ACTION="optimize" COLLECTION="#q.entry#"> > <cfoutput> > #q.entry#: optimised...<br> > </cfoutput> > <cfflush> > </CFLOOP> > > How can this now be achieved in CFMX? > > Thanks... Steve --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
