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 a sqldataadapter?
How can we add relation between tables in a dataset?
Can we do database operations without using any of the ado.net objects?
What are the different methods by which we can populate a dataset?
Define partial class?
What is ole2 format?
What is ole in excel?
How to add an aggregate column?
What is the difference between ADO and ADO.Net?
What is Dataset Object?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Explain what are the steps to connect to a database?
Explain what is datagrid with an example?