Suppose i have a productDescription column in my products table, and i want to search 
for a string. 

Witch one do you advise? 

1) Query of query
    - do a master query (select * from products) and cache it.
    - do a query of query (select * from masterquery where productDescription like 
'%#Criteria#%')
or 
2) Use verity 2k
    - create a recordset
    - create a collection based on this record set (cfindex)
    - use cfsearch to search that collection.

Thank you for your opinions. 

Leonardo Crespo
icq: 198810
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to