Hi,
I am still new to ArcGIS, so please give me any advice you can think of.
I have two databases: one for normal business to add/update/delete user addresses; one for GIS to display those user addresses using ArcGIS Server.
One important step is to geocode user addresses of course. But as those addresses are dynamic (being added/updated/deleted), how can I reflect the changes on GIS side?
There are two options:
1. Batch geocode addresses at night and append to GIS database. This is good for new addresses. How to deal with updated/deleted addresses?
2. Geocode addresses dynamically when an address is added/updated. But how to do that? How to remove record in GIS database when a user address is deleted in the business database?
Any advice is appreciated!