Dear Guru !
There are x, y - the table in mssql server 2012 . CRUD- operation are performed on the table. Automatic update maps needed to reflect changes in the table.
Now I have done so .
1. Created feature class on the basis of x, y- table. ( In arcmap 10.1 in the Catalog Database connections - right-click on the table from the context menu - Create a feature class. shp- file is created. Adds it as a layer on the map .
2 . Publish service.
When a new record is added - it is added to the original x, y- table, but it does not see on the map (from the service), and that is what is necessary. As I understand it , to solve the problem there are 2 solutions that I know of .
- You can programmatically add new records to feature-class.
- You can make a request to the database itself and arrange to display symbols on the map . But it is necessary to write some procedures - show field values ??????when you hover the mouse over a symbol etc.
I know the moment when you need to update the service. But how to create and update service to be so.
Adding entries to the table would lead to their appearance in the service and on the map? Thanks in advance!