Hi Les, >>pa_list is the list of UUID's >> >><cfset pa_list = ListQualify(pa_List,"'")> >> >>Then in the query: >> >>Where att_id IN (#PreserveSingleQuotes(pa_list)#) > > > > Jezz, this has got me pulling out my hair. If I set it up exactly like > you have it above, I'm *still* getting the "Error converting data type > varchar to numeric". > > What the hell is it trying to convert to numeric?
When you changed atty_id over to UUIDs from integers you did change the datatype of the field in the DB to char(35) from int didn't you? :^) -- yours, Kym ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191628 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

