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 are basic methods of dataadapter?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is ole db query?
What is the hierarchy of data in databases?
What are the parameters that control most of connection pooling behaviors?
Describe connection object in ado.net
What do you mean by performing asynchronous operation using command object?
How to maintain the relation between two tables in ADO.NET?
Can we do database operations without using any of the ado.net objects?
differance between ADO vs ADO.Net?
Explain why edit is not possible in repeater?
What are the advantages of using datalist?
How do I delete a row from a DataTable?
What is sql connection in ado.net?
What is DataReader Object?