ad_country_name_from_country_code

one of the documented procedures in this installation of the ACS
Usage:
ad_country_name_from_country_code   db   country_code
What it does:
Returns "United States" from an argument of $db and "us"
Defined in: /web/philip/tcl/ad-geospatial.tcl

Source code:


    return [database_to_tcl_string_or_null $db "select country_name from country_codes where iso='[DoubleApos $country_code]'" $country_code]


philg@mit.edu