Hi
I'm using .NET3.5 with C#. I want to implement code for locking/unlocking records of a database. Basically I want when a user edits a record to lock it first so that no other user can update/delete that record. I have done some research on the Internet and I found that Pessimistic Concurrency is ideal for this.
Does anyone can give me any code that will do this?
Thanks in advance

1 answers
Any help please????
answered 2 years ago by:
30