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 / venu
Ya dataset have drawback.it is not updated in database
automatically.we have to use
da.update(dataset_object,Table_name);
At this time only update the table in your database.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is ado data control?
What are the advantages and disadvantages of using datalist?
Give few examples of datareader that is used in different dataproviders.
What is ole used for?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Define executenonquery?
What is ado.net explain with diagram?
What is ado.net code?
What are the namespaces used in ado.net for data access?
How do you connect to sql server database without using sqlclient?
What is ado.net object model?
What is a control toolbox?
Is ado.net an orm?
What is Serialization in .NET? what are the types of Serialization?