Select to view content in your preferred language

Edit SDE table

543
1
10-04-2011 12:16 AM
DidarBultanov
Emerging Contributor
Sorry for my bad English:)
I need to add data to a SDE table on the web(this not featurelayer), which lie in the geodatabase
Which controls can I use?
My work
0 Kudos
1 Reply
DanielWalton
Frequent Contributor
If you are just modifying feature attributes (not geometries, and not adding or deleting features), or if it is a non-spatial table, then you can connect to the SDE SQL table with ADO.NET classes. If it is a spatial SDE table, you will need to use the ArcObjects API to work with it.
0 Kudos