I need to write some code to return the distance between two postcodes for a batch of records on a daily basis.
I can think of two ways to do this and I'm stuck on both.
1) Obtain a matrix of postcode distances and reference this in the database. Does anybody know of such a matrix.
2) Interact with some third party software like AutoRoute. How would i go about this, I presume some kind of ADO, anybody got any experience with this.
Thanks in advance
I can think of two ways to do this and I'm stuck on both.
1) Obtain a matrix of postcode distances and reference this in the database. Does anybody know of such a matrix.
2) Interact with some third party software like AutoRoute. How would i go about this, I presume some kind of ADO, anybody got any experience with this.
Thanks in advance