How do you handle data concurrency in .NET ?
Answer Posted / narasimhareddy
1)consuraancy can be done with the help of dataset
methods like acceptchanges().
2)using timestamp
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between connected and disconnected environment?
What is a dynaset in access?
Compare Data Reader & Dataset in ado.net?
What is ole used for?
What does executenonquery () method return?
What is difference between executequery and executeupdate?
What is maximum pool size in ado.net connection string?
Can we load multiple tables in a dataset?
What do you mean by performing asynchronous operation using command object?
What is a data control clerk?
Can we do database operations without using any of the ado.net objects?
What are the key features of ado.net?
What is difference between connected and disconnected architecture in ado.net?
Can datareader hold data from multiple tables?
Can you explain how to enable and disable connection pooling?