We found something interesting yesterday!
I do not know if this is a DevForce issue or a Informix database issue.
We have experienced huge problems when adding/removing child entities to/from a parent entity´s navigation property and subsequently saving to the database.
The interesting bit that we have found is that this problems can have something to do with the fact that if the parent entity has fields that are set to Nullable = false and that these fields are empty when we save, the save operation gets cancelled without any error or exception – in some cases we are only interested in updating the parent navigation property.
Does anyone have any input one this?
Setting the parent entity to SetModified is my attempt to hammer at everything to gets things working/response J sorry.