Tagged Questions
25
votes
11answers
4k views
Is there common street addresses database design for all addresses of the world?
I am a programmer and to be honest don't know street address structures of the world, just how in my country is structured :) so which is the best and common database design for storing street ...
24
votes
11answers
4k views
Best practices for storing postal addresses in a database (RDBMS)?
Are there any good references for best practices for storing postal addresses in an RDBMS? It seems there are lots of tradeoffs that can be made and lots of pros and cons to each to be evaluated -- ...
8
votes
9answers
1k views
Is it a good idea to use an integer column for storing US ZIP codes in a database?
From first glance, it would appear I have two basic choices for storing ZIP codes in a database table:
Text (probably most common), i.e. char(5) or varchar(9) to support +4 extension
Numeric, i.e. ...
8
votes
11answers
4k views
What is the ultimate postal code and zip regex?
I'm looking for the ultimate postal code and zip code regex. I'm looking for something that will cover most (hopefully all) of the world.
1
vote
3answers
52 views
How to get my regular expression to extract information, not just check
I have a regular expression for checking whether a string is zip/postal code or not. But I would really like to also to be able to extract that from a full address (or, if possible, any string).
Here ...
0
votes
0answers
35 views
What are the most popular Postal Address Verification Service (AVS) API vendors?
We have a commerce application where we need to verify that US postal addresses users enter into shipping address forms exist, in order to prevent bad lost/returned shipments.
We need an Postal ...