----- Original Message ----- From: "Barney Boisvert" <[EMAIL PROTECTED]>
> Near as I can tell, CF is not bothering to adding the parentheses around the > list of values, just the single quotes, so it's screwing up the SQL parser, > because it sees 'IN' and then expects a parentheis. Correct. If you put the parentheses around the cfqueryparam, it should work. Scott ------------------------------------------- Scott Brady http://www.scottbrady.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

