Robert Everland wrote:

> I have a query that I had been just comparing one value so I could use 
> a cfqueryparam of varchar, now that same variables may be passing 
> something like 203,197 meaning that a sales rep belongs to each of 
> those groups. So I need to change my query to something IN 
> ('203','197') , but cfqueryparam doesn't let me do this. Do I need to 
> use something else besides cfqueryparam or is there a setting I am not 
> seeing that will allow me to use cfqueryparam and this?

How about the list attribute?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Reply via email to