When multiple users attempt to modify data at the same time
Ex user 1 is updating record at same time user2 deleted
record sucessfully.now user1 has press update button . how
to handle concurrency
Answer Posted / shweta
we can have to use exclusive locks on the table thats why
we can't change data at a time..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ado code?
What is isolation?
How is it possible to get 2 tables of data at a time by using data reader?
What is the use of Dataview?
What is ado full form?
What is maximum pool size in ado.net connection string?
What is ado or jdbc?
What is untyped dataset?
What is difference in record set and dataset?
What is dataset object? Explain the various objects in dataset.
What are the different execute methods of Ado.Net?
Where is adodb dll located?
How to create dynamic gridview?
What does executequery return?
Explain sqlconnection object?