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

Is asp.net core faster?

1 Answers  


hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example"

2 Answers   PennyWise, TCS, Wipro,


How can we update records in gridview?Is there any appropriate code for it?

1 Answers  


What is application variable in asp.net?

1 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

1 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


What is runtime host ?

3 Answers   Digital GlobalSoft,


What is ipostback?

1 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


How can you get public key information?

1 Answers   Microsoft,


Categories