Can you explain the difference between an ADO.NET Dataset
and ADO Recordset?

Answers were Sorted based on User's Feedback



Can you explain the difference between an ADO.NET Dataset and ADO Recordset? ..

Answer / manjunath

Dataset:

1.With dataset you can retreive data from two different
databases and merge them into one dataset.It is a connected
service.

2.All representations is done in xml.

3.Dataset can be transmitted on HTTP.

Recordset:

1.With recordset you cannot retreive data from two
different databases and merge them into one recordset.
It is a Connectionless service.

2.All representations is done using COM.

3.Recordset cannot be transmitted on HTTP

Is This Answer Correct ?    2 Yes 0 No

Can you explain the difference between an ADO.NET Dataset and ADO Recordset? ..

Answer / raghumadhav tirunagari


DIsconnected architechure . Maintainace relation schemas.
MUtilple table grouping.
Connected one .

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Dot Net AllOther Interview Questions

Explain the types of memory management? : Dot net architecture

0 Answers  


What are library functions?

0 Answers   DELL,


I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  


Can I create my own metadata attributes?

0 Answers  


what are constructors and destructors?

0 Answers   Six Sigma,






what is the shortcutkey for solution explorer and add new item?

5 Answers   Six Sigma,


Explain How to improve the cache performance? : Dot net architecture

0 Answers  


Explain how cache is used? : Dot net architecture

0 Answers  


Hi, this is satish, i have more than 2 years of exp. on Microsoft .Net Technologies like C#, ASP.Net, VB.Net. But i am willing to change my platform into Testing tool. give me best suggestion for me.

2 Answers  


Explain what does the term "green architecture" mean? : Dot net architecture

0 Answers  


What is .net viewstate?

0 Answers  


Explain the purpose of cache? How is it used? : Dot net architecture

0 Answers  


Categories