> Is there any way to combine the results of a CFSEARCH and a 
> standard SQL search into the same CFOUTPUT ... basically merge 
> two queries?

You can do that very easily with the query-a-query functionality in CF 5. In
CF 4.x, you can do this by building a query object using the CF query
functions, and populating the query by looping over the two source queries.
I'll bet there's a custom tag on the developer's exchange for this. It's
going to be relatively slow to do that, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to