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 / gt
provide the transactionlevels
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If we are not returning any records from the database, which method is to be used?
What is the role of data provider in ado.net?
Explain how to find the given query is optimised one or not?
What is the role of the dataset object in ado.net?
What are the several execute methods of ado.net?
What is the meaning of object pooling?
What is ado in agriculture?
How does entity framework work?
Which is faster sqldataadapter and sqldatareader?
What are the advantages of oledb compared with other classes?
What is datasource in ado.net?
Is datareader faster than datatable?
What is the return type of executescalar?
Which is the feature of ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?