How do you handle data concurrency in .NET ?
Answer Posted / debasish
concuracy is handled by the help of timestamp..
or checking the original data onece again before edit or
delete.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a control toolbox?
What are datareaders?
Does ado.net use odbc?
What is sqldatareader in ado.net?
Does entity framework use ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is the role of the dataset object in ado.net?
What is difference between connected and disconnected architecture in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is different between sqlcommand object and command behavior object?
Can you explain how to enable and disable connection pooling?
Name which operations can you not perform on an ado.net dataset?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is ado.net components?
Where is adodb dll located?