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 different layers of ADO.Net?
What is ole in vb?
What is ado full form?
What are the advantage of ado.net?
Which parameter of ConnectionString is used to specify the name of the database?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Which namespaces are used for data access?
Is ado.net an orm?
List all the steps in order, to access a database through ado.net?
What is sql connection in ado.net?
describe the dataset object in ado.net.
Which architecture does Datasets follow?
What is the maximum pool size in ado.net connection string?
What is ole data type?
What is the difference between sqldatareader and sqldataadapter?