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 the difference between dataset and datatable?
What is a data control clerk?
What is microsoft ado.net?
Explain why edit is not possible in repeater?
How to creating a SqlCommand Object?
What you mean by filtering of data?
What is sqlconnection and sqlcommand?
What is the use of sqldatareader class?
What is datatable in ado.net?
What is difference between datagridview and datagrid control in winforms?
What is the maximum pool size in ado.net connection string?
How do I delete a row from a DataTable?
What does ole stand for in excel?
Why is stored procedure used in ado.net?
What are the data providers used in ado.net