C
Cor Ligthert [MVP]
CMM,
I wrote about this,
The least you have to show is ("not accepted")
These errors are by the way called concurrency errors.
There is given information back by the DataBaseServer in the errorpart of
the datarow if this happens.
http://msdn2.microsoft.com/en-us/library/system.data.datarow.rowerror.aspx
What would your action be in the Physical Middle Tier without action from
the User?
Cor
I wrote about this,
How can you solve this in the Middle Tier without interaction from the user.Why? Well, because sometimes (often) they call for extra communication
with the DB and validating against data that the client machine does not
have and doesn't care about! For instance, "Did some *other* change in the
database invalidate this proposed update." This extra DB communication
(round trips!) should happen between the MiddleTier and the DB and not
through the LAN!
Don't you agree?
The least you have to show is ("not accepted")
These errors are by the way called concurrency errors.
There is given information back by the DataBaseServer in the errorpart of
the datarow if this happens.
http://msdn2.microsoft.com/en-us/library/system.data.datarow.rowerror.aspx
What would your action be in the Physical Middle Tier without action from
the User?
Cor