Y
Young
I get this exception when I try to update a record that has just been
updated by another user.
Here's the sequence of action.
1) I open the record for edit. Another user does the same.
2) The other user make his/her changes and save the record.
3) After I make my changes and save the record, I get this error.
Is there a way to just overwrite this without throwing an exception?
I used the dataadapter for my update.
I also get the same error when the record has been deleted by another user.
But this is ok.
TIA
Young
updated by another user.
Here's the sequence of action.
1) I open the record for edit. Another user does the same.
2) The other user make his/her changes and save the record.
3) After I make my changes and save the record, I get this error.
Is there a way to just overwrite this without throwing an exception?
I used the dataadapter for my update.
I also get the same error when the record has been deleted by another user.
But this is ok.
TIA
Young