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 the hierarchy of data in databases?
What is dbcontext and dbset in entity framework?
What is ado net stands for?
What is difference between sqldatareader and sqldataadapter?
Some important instruction regarding ADO.NET connection string ?
Define bubbled event?
What is data adapter in ado.net with example?
What is adodb dll?
Why is it important to close an ado.net application?
What is the full form of ado.net?
What is the use of SqlCommandBuilder?
Define atomicity?
What is the role of the dataset object in ado.net?
What are the Data providers in ADO.Net?
What DataReader class do in ADO.NET ?