I want to make the program overwrite the row being updated despite the
concurrency. how do I do this? because currrently i am getting a concurrency error and I don't know how to handle it in this way.
(my program handles multi users).
Printable View
I want to make the program overwrite the row being updated despite the
concurrency. how do I do this? because currrently i am getting a concurrency error and I don't know how to handle it in this way.
(my program handles multi users).