I am wondering if it is possible to tell GeoCoder to either simply return the first match found, or limit the number of matches returned?
The basic task is just zip code lookup for a city and state, but in doing so, it seems to be returning every address for that city and state, which takes a long time. If I can limit it to just the first match, it seems like that would be quicker.
I did come across this DbfManager thread, which is failing because the OLEDB provider is not registered. If there’s a way to do this with GeoCoder directly, that would be simpler for me.