blah blah blah is here! blah blah » Close

up0down
link

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

last answered 2 years ago

1 answers

up0down
link

Any help please????

Feedback