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
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is row state?
What is a control toolbox?
What is the difference between executequery and executenonquery?
What are the difference between readonly vs. Const?
Is entity framework better than ado.net?
Define different execute methods of ADO.NET command object ?
What is an example of ordinal data?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Why is ADO.NET serialization slower than ADO ?
List the 4 common ado.net namespaces?
What is an ADO.Net?
How to retrieve the user id which is provided while windows authentication?
Why is it important to close an ado.net application?
What is sqldatareader in ado.net?