Is there a way to open/connect sde geodatabase using connection string?
I am trying to open/connect sde geodatabase and edit the featuretable (hosted in the server http://abc:007/arcgis/rest/services/ABCD/Shore/MapServer/2 ) from my windows application using arcgis runtime sdk for .net. If we have any better way to do please suggest.
You can publish the feature class as a FeatureService to the same server location and then use that for editing it. After you have published the service then use ServiceFeatureTable and FeatureLayer to connect to the service.
Read more :
Editing—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
Edit features—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
What is a feature service?—Documentation (10.3 and 10.3.1) | ArcGIS for Server
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.