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

Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


What is early binding and Late binding. Difference which is better ?

2 Answers   DELL,


How do you use viewstate?

0 Answers  


What are the new login controls in asp.net 2.0?

0 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,






What is Pre-Render event in ASP.NET?

0 Answers   MindCracker,


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


What is ViewState ? and how it is managed ?

1 Answers  


What is custom events?

0 Answers  


Types of values mode can hold session state in web.config ?

1 Answers   Accenture, Parrot Systems,


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


Categories