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 can i include both C# and vb.net classes in same solution?

2 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


What is session in http request?

0 Answers  


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?

2 Answers   rocsearch,


Explain diff. Between friend and protected friend?

0 Answers  


What is use of <% %> in asp.net?

0 Answers  


What is the difference between session and application?

0 Answers  


How to find the client browser type ?

4 Answers   AQA, Cognizant, Satyam,


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


How to fetch a data from one table to another table in asp.net ?

0 Answers   MCN Solutions,


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


Categories