[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Controlling the order of deletions and insertions in regards to the Editing Contexte
While running my application I make insertions and deletions which makes
changes to the Editing Contexte. I then save the changes to the Editing
Contexte. When I perform the save to the Editing Contexte I look at the
SQL generated. First all the inserts are called and then all the
deletes. Why do the insert operations get executed first? Is there a way
to change this? I guess part of my question could be answered if someone
could explain the process that the Editing Contexte takes when updating
the database.
Rob