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


Please Help Members By Posting Answers For Below Questions

Data reader read and forward only, how is it possible to get 2 tables of data at a time?

667


What is row state?

698


What is a control toolbox?

681


What is the difference between executequery and executenonquery?

691


What are the difference between readonly vs. Const?

676


Is entity framework better than ado.net?

666


Define different execute methods of ADO.NET command object ?

738


What is an example of ordinal data?

716


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

766


Why is ADO.NET serialization slower than ADO ?

792


List the 4 common ado.net namespaces?

864


What is an ADO.Net?

743


How to retrieve the user id which is provided while windows authentication?

802


Why is it important to close an ado.net application?

739


What is sqldatareader in ado.net?

665