If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > A country database....!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-30-04, 08:06
kafir kafir is offline
Registered User
 
Join Date: Nov 2004
Posts: 4
A country database....!

I'm looking for a database that includes continent, country and cities. It must be compatibel with MySQL.

Hope someone can help

/kafir
Reply With Quote
  #2 (permalink)  
Old 11-30-04, 09:04
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
I have deployed a data model in MySQL that captures this information. It's not as complex or time consuming as you first think

tblContinent
ContID
ContName

tblCountry
CountryID
CountryName
ContID

It was set up for an e-commerce site and has approximately 250 destinations (countries). The destinations were broadly based on postal destinations the local post offcie could deliver to. I think the data capture took around 1 day.

The associations to the postal rates (ie parvel weight, size etc a great deal longer).
Reply With Quote
  #3 (permalink)  
Old 01-03-05, 10:50
kafir kafir is offline
Registered User
 
Join Date: Nov 2004
Posts: 4
your database

how can i get your database?

/kafir
Reply With Quote
  #4 (permalink)  
Old 01-04-05, 08:54
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
Well I started off with a telephone directory which listed all the countries, realted those to continents. Also I referred to the local post offices publications on country's they served.

Have a try, if you still have problems come back to me.

One thing I did do was define continents slightly differently than Africa, Asia, Europe, North & South America. Americas were split between North, Central & South. Asia was subdivided into Asia & Australia, New Zealand and Pacific Islands.

HTH
Reply With Quote
  #5 (permalink)  
Old 01-10-05, 09:27
kafir kafir is offline
Registered User
 
Join Date: Nov 2004
Posts: 4
Found a nice solution

Thanks for your reply. After searching around google i found a database. You can check it out yourself http://www.countrydatabase.dk

It has been quit easy to implement. Thanks for your help but it seems that this database really is what i need.

/kafir
Reply With Quote
  #6 (permalink)  
Old 01-29-05, 21:56
BelMex BelMex is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
You can also find a cities database that is a lot more comprehensive on http://dataservices.assemblysys.com and is very reasonably priced, IMO.

Ed
Reply With Quote
  #7 (permalink)  
Old 02-13-05, 17:06
kafir kafir is offline
Registered User
 
Join Date: Nov 2004
Posts: 4
Pricing

Thanks for the tip. I already tested the database you recommended. I really don't know why i should pay 90 euro when you can get almost the same for 30 euro. I have already brought the one from Countrydatabase and i works quit nice - it saved me for at least 30hours of work.

/kafir
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On