Tagged Questions
2
votes
3answers
1k views
Unable to edit data in an ArcSDE geodatabase
I'm dealing for the first time with an ArcSDE geodatabase so I'm facing simple problems to you. ESRI help wasn't of much help (to a begginer at least).
I can't edit my data in ArcMap, most probably ...
2
votes
1answer
266 views
How to cast SDE table to IFeatureClassLoad
How do you cast an SDE table to IFeatureClassLoad using ArcObjects? I'm getting an error with this attempt below which is not the correct method:
Dim pSDEFeatWksp As IFeatureWorkspace = ...
1
vote
0answers
898 views
Edit SDE table with ArcObjects - continued [closed]
Update
So, I believe I'm getting closer to being able to edit my sde table, however now I'm getting stuck on this line:
Dim updateCursor As ICursor = table2.Update(Nothing, True)
With this ...
4
votes
1answer
422 views
Edit SDE table with ArcObjects
The link below provides a code snippet for editing an SDE table with ArcObjects. Are there any other or newer code examples out there of how to edit a SDE table by using ArcObjects?
Edit SDE ...
1
vote
3answers
326 views
Editing non-nullable fields of ArcSDE layers in ArcMap
I'm using ArcSDE layer in my map project in ArcMap 10. Some of the fields of this layer allow null and some don't. I can't edit the non-nullable ones, neither programmatically (IField.Editable is ...
3
votes
1answer
297 views
Publish ArcSDE FeatureService for Versioned Editing
Scenario: I need to Publish a data (from ORACLE ArcSDE) for versioned editing. Each user should be able to connect to his version and edit the data throu web application (Silverlight/JAVA/Flex API).
...
3
votes
1answer
797 views
Editing with ArcGIS Silveright
I am using the ArcGIS Silverlight API to edit data in an ArcSDE SQL Server geodatabase.
I have been told that any editable feature classes must be registered as versioned in ArcCatalog before they ...
4
votes
6answers
4k views
Troubleshoot editing features in feature dataset with ArcMap / ArcSDE Oracle
I am having trouble editing a feature class that is in a feature dataset.
We have added just the single feature class as a layer in ArcMap and are using the "Start Editing" function on the Editing ...