Select to view content in your preferred language

Selecting a point and sending point ID to a database outside of GIS

511
1
08-31-2011 09:00 PM
LeoAnguiano
New Contributor
Hello folks.

Is there any way to do this with the JavaScript API? I want to select a point, then somehow include the point ID of this point selected in the URL so that I can send it over to another database which will take it and give users more information related to that point.  We are currently doing this with ArcGIS Server DotNet application and our contractor built a database link API to do the Point ID transfer to the other database.  But now, I want to build a thin client that does the same thing.  Does this make any sense?  Any info or guidance will be appreciated.

Leo
0 Kudos
1 Reply
JeffPace
MVP Alum
I am not sure about your question, could you be more specific or post some code?

Are you having trouble
1. Selecting/Identifying a point?
2. Getting the Point ID from the result
3. Building a url or ajax call to connect to the other database
4. Display the result from the other database?

Any or all of the above?
0 Kudos