Select to view content in your preferred language

dynamically refreshing arcSDE connection to oracle 10g database

548
1
08-30-2010 10:38 PM
Richatripathi
New Contributor
Hello,

I have a Flex application that consumes ArcGIS(9.3) map services. I am doing all the functionalities with the maps in flex. Now I want to enable attribute editing on maps. I have stored all the attribute information about maps in oracle database and made an ArcSDE connection to this database . With this connection I am able to see all the tables of oracle database. I have joined map layers with their corresponding aatribute tables present in oracle database.

Now I am taking this data from oracle table in a flex editable data grid. I want that when user edits some data in grid and submits the changes then these changes should be reflected dynamically in corresponding map also.I dont want to manually refresh the ArcSDE connection to oracle database and then get the edits done in map.
How can I achieve all this dynamically?

Thanks
Tags (2)
0 Kudos
1 Reply
JackZHANG
Frequent Contributor
Hi Richa, I'm having the same issue. Have you found the solution? thanks
0 Kudos