> <!--- Convert to Comma List --->
> <cfset search_value = "red red, blue, green, brown red green blue brown">
> <cfset search_value = reReplace(search_value, "\W+", ",", "all")>
> 
> <!--- In Your Query --->
> column_name IN (<cfqueryparam value="#lcv#" cfsqltype="cf_sql_varchar"
> list="true">)


This should work - until I looked at the database (which I didn't set 
up) and see a bunch of ntext fields in there, which "column_name IN" 
won't work with.

Ok, let me puzzle this a bit...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299913
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to