Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?

Answers were Sorted based on User's Feedback



Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?..

Answer / lalit

ADO.NET Dataset clould be defined as the combination of ADO
+ XML and ADO.NET supports disconnected architecture fully.
where as ADO Recordset doesnot fully support disconnected
architecture

Is This Answer Correct ?    3 Yes 0 No

Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?..

Answer / vanita

There is no concept of cursors in ADO.NET Dataset,there are
only forward only cursors and we can use this functionality
through reader object while ADO Recordset supports cursors
n each record is iterated.

Is This Answer Correct ?    3 Yes 1 No

Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?..

Answer / amit kumar

first difference is that ado.net dataset works in
disconnected enviroment while ado recordset works in
connected enviroment

second difference is that ado.net dataset can have more
than one table and can have also relationship between tables
while recordset can have only single table and can not
have relationship between tables.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you relate an aspx page with its code behind page ?

4 Answers   Accenture, BirlaSoft,


What is the part of url?

0 Answers  


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


What are sessions used for?

0 Answers  


What does ascx stand for?

0 Answers  






How does cookies work in asp net?

0 Answers  


Explain authentication levels in .net ?

3 Answers  


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

0 Answers  


What is content page in asp net?

0 Answers  


Can you store dataset in viewstate?

7 Answers   Microsoft,


What are the layouts of ASP.NET Pages?

0 Answers  


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


Categories