Features and disadvantages of dataset?
Answer Posted / amit garg
Feature of DataSet:
1.DataSet provide disconnected mode.
2.We can Use DataRelation between Table in DataSet.
3.DataSet Contain Hug of Data from database.
4.DataSet can Load a From Other Resource Like XmlFile.
DisAdvantage of DataSet
1.DataSet is slower in compare to RecordSet Because at
First Data Convert in xml before providing the user.
2.we can not use freuqent changes data in dataset because
it works as disconnected mode.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is the role of the dataset object in ado.net?
How to enable and disable connection pooling?
What are the different row versions available in table?
How do you merge 2 datasets into the third dataset in a simple manner?
What is sql connection in ado.net?
Define connection string?
What is dataset object? Explain the various objects in dataset.
Describe briefly an ADO.NET Dataset ?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What does adodb stand for?
Why is ADO.NET serialization slower than ADO ?
Explain which name space is used to get assembly details?
Which method in OLEDBAdapter is used to populate dataset with records?
What is the DataTableCollection?
Define table relations?