Can you explain the difference between an ADO.NET Dataset
and ADO Recordset?
Answer Posted / 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 |
Post New Answer View All Answers
How can I write my own .NET host?
What is an asssembly qualified name? Is it a filename? How is it different?
What is a virtual memory? : Dot net architecture
What does the term "green architecture" mean? : .NET Architecture
Is dim fs as filestreamobject is a managed code? : Dot net architecture
any one can explain about projectarchitecture and project approach briefly
how to change the title of my window?
how can we achieve language interoperability through CLS? How MSIL works?
What are bindings?
What is .net transaction?
Difference between throw exception and rethrowing ?
Can you explain atlasuiglitz library?
State and explain about microsoft.net?
What is .net mobile input validation. : Microsoft dot net mobile
Explain the five stages in a dlx pipeline? : Dot net architecture