I am having problem understanding why I get this exception.
I have a parent object with a one-to-one mapping to a child... I then changes the child and call update to save the parent object. This save the changes in the child object to the database and then I call get to load the parent and uses these new data to show my webpage. If I then tries to call update on the parent again (with no changes to parent or child), I get this exception, but why? The object contains all the new updated data from the database and no one else is updating the database.
Am I missing something, shouldn't this work?
Regards,
BTJ
_________________ Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
|