Concurrent Updation problem

  • Thread starter Thread starter Babz
  • Start date Start date
B

Babz

Hi,
How I can prevent concurrent updation of a records in .net.
I am using Dataset which is disconnected from the data source. In this
situation if
two users opens the same record, modifies the data and updates one after
another,
my data won't be in the correct state. How I can prevent this. Is there any
locking technics.


Need Advice

Babz
 
Back
Top