What are good ADO.NET object(s) to replace the ADO Recordset object.

Showing Answers 1 - 2 of 2 Answers

Binda Joshi

  • Mar 10th, 2005
 

The ADO Recordset bundles functionality together into one object and handles much behavior implicitly. ADO.NET, on the other hand, has been designed to factor behavior into separate components and to enable you to explicitly control behavior.ADO.NET Ojects - Data set, Data Adapter, Data Reader.

  Was this answer useful?  Yes

samiksc

  • Jan 13th, 2006
 

ADO.Net dataset is a good replacement / enhancement for ADO recordsets. The advantages are

  1. XML representation and scalability
  2. possibility of bringing data from multiple data sources into one dataset

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions