{{theTime}}

Search This Blog

Total Pageviews

How to get list of Country Codes using Java Program?



Useful Projects:
- If you like create a web page for all Countries, enhance this program to generate a web page
- Can be used to list all the languages per country
- Can be used to list the Locale settings per country
- Useful to find TimeZones of each Country.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...