Answer Posted / guest
1) With Data set you can retrive data from database like
oracle and SQL Server and manage them in one dataset, with
recordset this is not possible.
2) All representation of Dataset is using XML while
recordset uses COM.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to generate a single aggregate?
How do you update a dataset in ado.net and how do you update database through dataset?
What is ado circle?
What is the use of connection object in ado.net?
Is entity framework better than ado.net?
What is the return type of executescalar?
What are the essential features of ado.net?
What do you know about ado.net's methods?
Which object holds only data and does not interact with data source?
What is ole access?
Which method is used to sort the data in ADO.Net?
Describe briefly an ADO.NET Dataset ?
How can you add or remove rows from the datatable object of dataset?
How can we serialize the dataset object?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?