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

What event fired during, when datagrid click?

1 Answers  


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

2 Answers   Accenture,


Name two properties common in every validation control?

9 Answers   Siebel Systems,


what is reference type to value type.

3 Answers   AG Technologies,


Which template must you provide, in order to display data in a Repeater control?

1 Answers  






What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

0 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


Describe the disadvantage of cookies.

0 Answers  


What are runtime hosts?

2 Answers   Microsoft,


Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

0 Answers   Excel,


Categories