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

I can't be bothered with cas. Can I turn it off?

0 Answers  


How can I create a application?

0 Answers  


When should you use Abstract Class vs Interface while programming? Give 1 Example

3 Answers   CSS Corp, Hexaware, T3 Softwares,


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

0 Answers  


what is a namespace?how they are classified?write a program which contains class,object,inheritance?

0 Answers   Six Sigma,






Explain hard disk and what is its purpose? : .NET Architecture

0 Answers  


What is the application frame host?

0 Answers  


can u give me real example of how web.config overrides the machine.config file?

0 Answers  


What does the term "green architecture" mean? : Dot net architecture

0 Answers  


What is IL code, CLR, CTS, GAC & GC?

0 Answers   MindCracker,


does .NET support multiple inheritance ?

13 Answers   Ness Technologies,


What is Video Streaming in .net??

0 Answers   Infosys,


Categories