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 about generation?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers  


which control is used to compare two controls?

1 Answers  


what are the lifetime events of a from?

1 Answers   Six Sigma,


deference between display and visibility property of CSS

0 Answers   PCS, Prithvi,






how do create a repeater

3 Answers  


How do I write to the application configuration file at runtime?

0 Answers  


What is application frame host?

0 Answers  


Can I create my own permission set?

0 Answers  


Explain the difference between inprocess vs out process session state : Dot net architecture

0 Answers  


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

0 Answers  


What are the different access modifier? Explain in detail?

2 Answers   Tesco,


Categories