Notice: Only variables should be passed by reference in /srv/website/_bw4/liberty/content_history_inc.php on line 73

Notice: Only variables should be passed by reference in /srv/website/_bw4/liberty/content_history_inc.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /srv/website/_bw4/liberty/content_history_inc.php:73) in /srv/website/_bw4/kernel/BitSystem.php on line 419

Warning: Cannot modify header information - headers already sent by (output started at /srv/website/_bw4/liberty/content_history_inc.php:73) in /srv/website/_bw4/themes/BitThemes.php on line 2109
- History of Time

History of ISO3166 Data

Comparing versions
Version 1 Current version

ISO 3166 is the International Standard for country codes and codes for their subdivisions.

There is also a history of changes to these codes back to 2002, and prior to that although there will not be valid codes, the history of changes of affiliations will be an important element of the identification of what rules a particular location is associated with.

We have a database of ISO3166 codes and is currently documented in the bitweaver/commerce schema file and this is used as the initial base.


</p>

<p>&#39;com_countries&#39; ( countries_id I4 PRIMARY AUTO, countries_name C(64), countries_iso_code_2 C(2), countries_iso_code_3 C(3), countries_iso_code_num I4, address_format_id I4 ) &#39;com_zones&#39; ( zone_id I4 PRIMARY AUTO, zone_country_id I4, zone_code C(32), zone_name C(64) )

 

 

ISO 3166 is the International Standard for country codes and codes for their subdivisions.

There is also a history of changes to these codes back to 2002, and prior to that although there will not be valid codes, the history of changes of affiliations will be an important element of the identification of what rules a particular location is associated with.

We have a database of ISO3166 codes and is currently documented in the bitweaver/commerce schema file and this is used as the initial base.

{code source=sql}
&#39;com_countries&#39; ( 
countries_id I4 PRIMARY AUTO, 
countries_name C(64), 
countries_iso_code_2 C(2), 
countries_iso_code_3 C(3), 
countries_iso_code_num I4, 
address_format_id I4 ) 

&#39;com_zones&#39; ( 
zone_id I4 PRIMARY AUTO, 
zone_country_id I4, 
zone_code C(32), 
zone_name C(64) )
{/code}
Page History
Date/Comment User IP Version
24 Sep 2013 (09:14 UTC)
Lester Caine 81.138.11.136 2
Current • Source
Lester Caine 81.138.11.136 1
View • Compare • Difference • Source