We all know that Dataset is purely disconnected
architechure, but we also know that we can update the
changes made to the dataset can be updated in the backend
database. when there is no connection how does the update
happedn?
Answer Posted / vasu
IN DataSet it will use the DataAdapter for communication
with data base when dataset updating the data DataAdapter
will open the connection automatically lost.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to check if a datareader is closed or opened? IsClosed()
How to perform sorting on a table in ADO.NET?
What is ole db and odbc?
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?
What are the benefits of using of ADO.NET in .NET 4.0?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is microsoft ado?
How can we serialize the dataset object?
What is the provider being used to access oracle database?
Is it possible to edit data in Repeater control?
Explain the difference in an abstract class and an interface?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is ado.net object model?
What is microsoft ado.net?
What are the advantages and disadvantages of using datalist?