What happens when u try to update data in a dataset in .NET
while the record is already deleted in SQL SERVER as backend?
Answer Posted / vasudevan
Throws Exeption object is not availabe
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Explain how can we load multiple tables in to dataset?
How to work with disconnected data - the dataset and sqldataadapter?
What is basic use of data view?
What is data relation in ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the difference between typed and untyped dataset?
What is the difference between DataReader and DataSet in ADO.NET?
How can we add/remove row's in "datatable" object of "dataset"?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Define bubbled event?
What is execute reader in ado.net?
What is dbcontext and dbset in entity framework?
Describe the disconnected architecture of ADO.NET’s data access model.
What are different layers of ADO.Net?
How to aggregating data across related tables?