Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

International Address Table

Status
Not open for further replies.

ousoonerjoe

Programmer
Jun 12, 2007
925
US
Using 2008 R2.

We're finally getting to where we can convert the old table structures into a real database with relational structures and everything! (long story). I am looking for suggestions for an Addresses Table that supports international addresses. There's a million different ways to do this, but would like some your thoughts on this.

Currently, I'm looking at:
Code:
AddressId INT SEED
Street1 VARCHAR(60)
Street2 VARCHAR(60)
Street3 VARCHAR(60)
City VARCHAR(50)
StateId SMALLINT
ProvinceId SMALLINT
CountryId SMALLINT

--------------------------------------------------
“Crash programs fail because they are based on the theory that, with nine women pregnant, you can get a baby a month.” --Wernher von Braun
--------------------------------------------------
 
You may find some help here:

On a related note, if you're international, this item about names might be interesting:

Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top