xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
How can I prevent two users from modifying the same data at about the same time, and notify the later user that the record is readonly because another user is currently modifying the data? What is the best way to deal with this because the web applications is always disconnect from the data? I don't want to hold a lock too long or it will block everyone else.