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 to create applications by using Visual Studio 2012?
Use of Enable view state ? if turn off what happen ?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
how can we achieve language interoperability through CLS? How MSIL works?
What's the difference between an application and a program?
What is the mesi? : .NET Architecture
What is the difference between absolute expiration and sliding-time expiration?
What is biginteger and when would you use that?
Explain difference between machine config vs. Web config? : .NET Architecture
Explain write back and write through caches? : .NET Architecture
How is the using() pattern useful? What is idisposable?
What is code access security (cas)?
What are the five stages in a dlx pipeline? : Dot net architecture
What is an asssembly qualified name? Is it a filename? How is it different?
What is WPF and WCF?