Documentation for Address Validation


This code is to be used when there is a carrier-route file in the database, and you want to validate any address entered by the user against that file.

DEFINE
To include address validation support code

LOOKUP
To lookup an address from some input data

  1. is street-num value
  2. is variable for street-name
  3. is variable for city
  4. is variable for state
  5. is variable for zip-code
  6. is variable where to store carrier-route value

SEARCH
The following is for internal use...

To perform a physical database lookup for an address Parameter #2 is some code to append a FOR EACH clause to perform a more narrow address search


Last Update: October 26, 1995