Select to view content in your preferred language

How to export query results to personal/file geodatabase

845
1
Jump to solution
07-24-2012 10:55 AM
NathanielWingfield
Deactivated User
We develop a Silverlight-based GIS analytical application. An oft-requested feature is the ability to export and download a personal/file geodatabase containing features that match a user's query in the web app. This would allow power users to analyze and manipulate a result set further in ArcMap.

Our application stack incorporates Oracle, SDE, ArcGIS Server, ArcObjects, ASP.Net, and of course Silverlight. I'm wondering if you have any suggestions on how to approach developing this new feature.
0 Kudos
1 Solution

Accepted Solutions
DaveTimmins
Deactivated User
Hi,

there is a sample that shows this here. You need to publish a geoprocessing service that uses teh extract data task from the server tools in desktop.

Cheers,

View solution in original post

0 Kudos
1 Reply
DaveTimmins
Deactivated User
Hi,

there is a sample that shows this here. You need to publish a geoprocessing service that uses teh extract data task from the server tools in desktop.

Cheers,
0 Kudos