I need some advice. I'm using VFP 9. I have a list that contains US addresses. Want to be able somehow to run those addresses through a Google search and have Google return the correct addresses. Most of the time those addresses have misspellings. Examples:
a) 123 Any Steet, Anytown CA 90000 (It should return 123 Any Street, Anytown CA 90000)
b) 123 E Califonia Blvd, Anaheim CA 92801 (It should return 123 E California Blvd, Anaheim CA 92801)
I do this right now manually. For example, I enter the "123 Any Steet CA 90000" in Google, and if such an address does exist, it will return the correct address. It's not a problem when I have 10 or 20 addresses, but when I have hundreds of addresses it becomes an issue.
So my question is:
First, is this possible using VFP? Is there such a Web service that I can use with VFP? And if so, what would be the best way to go about it? A form with a grid, a standalone prg? I need VFP to somehow run all the addresses I might have in the table or list at once.
Or should I go the .net route instead?
Or maybe it's not doable that way I'm proposing it because Google will limit my number of requests that I do at one time? I have no idea.
Hope someone can point me in the right direction. As always any advice will be greatly appreciated.
JM
a) 123 Any Steet, Anytown CA 90000 (It should return 123 Any Street, Anytown CA 90000)
b) 123 E Califonia Blvd, Anaheim CA 92801 (It should return 123 E California Blvd, Anaheim CA 92801)
I do this right now manually. For example, I enter the "123 Any Steet CA 90000" in Google, and if such an address does exist, it will return the correct address. It's not a problem when I have 10 or 20 addresses, but when I have hundreds of addresses it becomes an issue.
So my question is:
First, is this possible using VFP? Is there such a Web service that I can use with VFP? And if so, what would be the best way to go about it? A form with a grid, a standalone prg? I need VFP to somehow run all the addresses I might have in the table or list at once.
Or should I go the .net route instead?
Or maybe it's not doable that way I'm proposing it because Google will limit my number of requests that I do at one time? I have no idea.
Hope someone can point me in the right direction. As always any advice will be greatly appreciated.
JM