R
Rolf Welskes
Hello,
I have the situation that many users on the same db , table have access and
make changes.
Ok for this there is optimistic concurrency.
So I am able to check for cocurrency and get (in the moment) a messagebox,
which says
that there is a concurrency violation.
I have searched in MSDN and have many books about ado net 2.0,
but how to work REALY with optimistic concurrency no one says,
only in msdn is a small article with the absolute minimum to know.
Means, I can check and see that a concurrency violation is present,
but what now.
The user gets a messagebox: Data are not saved - Error.
No normal user for example a book keeper knows what to do.
I do no know how to hande such situations in details,
for example show the data or give a hint to do what ever.
It would be very helpful to have some full working examples for
a database which implements optimistic concurrency.
If there is anything, please send me links to it.
Thank you for any help.
Rolf Welskes
I have the situation that many users on the same db , table have access and
make changes.
Ok for this there is optimistic concurrency.
So I am able to check for cocurrency and get (in the moment) a messagebox,
which says
that there is a concurrency violation.
I have searched in MSDN and have many books about ado net 2.0,
but how to work REALY with optimistic concurrency no one says,
only in msdn is a small article with the absolute minimum to know.
Means, I can check and see that a concurrency violation is present,
but what now.
The user gets a messagebox: Data are not saved - Error.
No normal user for example a book keeper knows what to do.
I do no know how to hande such situations in details,
for example show the data or give a hint to do what ever.
It would be very helpful to have some full working examples for
a database which implements optimistic concurrency.
If there is anything, please send me links to it.
Thank you for any help.
Rolf Welskes