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
How would you connect to a database by using .NET?
Which property is used to check whether a DataReader is closed or opened?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the types of databinding?
Explian About DataAdapters
What are the advantages using ado.net?
What is ado.net and its features?
What is disconnected scenario in entity framework?
What is ado and rdo?
What is ado.net connection?
What is ole2 format?
What is the difference between DataReader and DataSet in ADO.NET?
What do you mean by performing asynchronous operation using command object?
Explain which name space is used to get assembly details?
How to pass values into a datatable?