> so what I need to do in MSSQL is perform a query to grab that list of comma > seperated > numbers, put those numbers into an array OR a list and then loop over that > array/list > and and return the results ( which is a list of country names ).
What you're going to need to investigate to do this is make use of a CURSOR that will contain the recordset of country)id's and a single variable that you can use as a "storage point" for the list. Alternately you could use CF to create your list using ValueList. Hatton ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:206216 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

