> Question on this process: > > 1.Create the collection on the ColdFusion Administrator > Verity page. > 2.Execute a query and output the data. > 3.Populate the collection using the CFINDEX tag. > > Why do I need to OUTPUT to data if I'm just going to use > CFINDEX on the query? That's a lot of data I have to have > to output it somewhere. It that part really necessary?
No, there's no need to output the data. You can simply reference the query in your CFINDEX tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

