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
Explain all the classes those are used for database connections between sql server and asp.net?
What is the full form of ado?
What is microsoft ado?
how Sequence to connect and retrieve data from database using dataset?
What are the advantages and disadvantages of using datalist?
What is the purpose of using adodb?
How can we load multiple tables in to dataset?
Which method in OLEDBAdapter is used to populate dataset with records?
What are all the different authentication techniques used to connect to MS SQL Server?
What is command class in ado.net?
How to identify the controls which can be used for binding data?
Which is faster dataset or datareader?
What are the different execute methods of Ado.Net?
What are the usages of the command object in ado.net?
What is ado.net and its architecture?