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
Where is adodb dll located?
How can we add/remove row's in "datatable" object of "dataset"?
What is aggregating data ?
What are the data providers in ADO.NET framework?
Define Execute Reader?
What is the difference between a datareader and a dataset?
What is difference between datatable and dataset?
What is the difference between OLEDB Provider and SqlClient?
Explain ODP.net
Explain the difference between an ado.net dataset and an ado recordset?
How can we check that some changes have been made to dataset since it was loaded?
Some important instruction regarding ADO.NET connection string ?
Do we use stored procedure in ADO.Net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What are all the classes that are available in System.Data Namespace?