Diff. b/w DataReader and DataSet?
Answer Posted / g.ramesh
DataReader is connected Architecture.
DataSet is Disconnected Architecture.
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of using ado.net?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Does executenonquery return a value?
What are the drawbacks of using ado.net?
What is acid in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is the use of Dataview?
What do you know about ado.net's methods?
What is a dataview?
What is the role of clr?
Which method in OLEDBAdapter is used to populate dataset with records?
how Sequence to connect and retrieve data from database using dataset?
What is the usage of the dataset object in ado.net?
What is ole2 format?