I'm using a LinqToSql DataContext and I want to lock a record for being opened in write mode. Meaning while one user in Hong Kong has a record open in write mode, another user in France can't open that record in write mode. How?
Asked
Active
Viewed 705 times
2
-
Is this a connected or disconnected app (winform? webapp?) – John Sobolewski Feb 18 '11 at 02:46
-
are you asking of SQL table lock or a mechanism for preventing more then one user to work on specific entity from higher level in the application – Kris Ivanov Feb 18 '11 at 03:04
-
Not a table lock. A record lock. – Will Du Feb 18 '11 at 03:53