I am having a very similar problem. We are digitizing layers and storing temporary feature sources in the session repository, and I, too, cannot delete or update our temp. layers, but I can insert new features. I checked the readonly flag, but it was already set to FALSE, and my attempts at updating features are very similar programatically to the posts I have already come across.  We are able to do a mass deletion, however, and delete all temporary layers from the map, but I have been unsuccessful in trying to delete a singular feature from specific layers.  Has anyone been able to make any progress on this topic?<br>
<blockquote class="quote light-black dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">mitcha wrote:</div>
<div class="quote-message">
hello everybody,

i need help!!!  i try tu update and delete a feature source (sdf file), but it doesn't work! instead inserting new data into feature source work very well! i searched for solutions in this forum and i found some similar problems.

So I first tried to set the readonly flag of the schema to false with the mapagent. now the xml presentation looks like this:

<FeatureSource xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd">
<Provider>OSGeo.SDF</Provider>
<Parameter>
<Name>File</Name>
<Value>%MG_DATA_FILE_PATH%userPoints2.sdf</Value>
</Parameter>
<Parameter>
<Name>ReadOnly</Name>
<Value>FALSE</Value>
</Parameter>
</FeatureSource>

But it doesn't work!!!

furthermore i tried to set the identity property to readonly="false" with the help of Fdo2Fdo. But it doesn't work, too. i always get an error message. Could this be my fault? can i change this value of the identity property?
. . .
</div>
</div></blockquote>


<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/can%27t-update-and-delete-from-feature-source-but-insert-works-tp12233926s16610p16470095.html">Re: can't update and delete from feature source but insert works</a><br>
Sent from the <a href="http://www.nabble.com/MapGuide-Users-f14845.html">MapGuide Users mailing list archive</a> at Nabble.com.<br>