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
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.