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
Define executenonquery?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is difference between executequery and executeupdate?
What are the Data providers in ADO.Net?
What is sqldatasource?
What providers does Ado.net uses?
What is partial class?
What is the usage of the dataset object in ado.net?
What is disconnected architecture in ado.net?
What are the ado.net connection pooling parameters?
Describe the disconnected architecture of ADO.NET’s data access model.
What is openquery?
Describe the command object and its method.
What is untyped dataset?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?