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
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
how to change row background color in gridview
where should I put this information then?
I want to create a project like google maps how can we do that with atlas?
how to create applications by using Visual Studio 2012?
Explain the process of gc?
What are library functions?
Explain How to improve the cache performance? : Dot net architecture
How is the using() pattern useful? What is idisposable?
What is the purpose of Accordian in jquery? Where it can be used?
Explain the difference between primary & secondary storage device? : .NET Architecture
Define an interrupt? : Dot net architecture
Why only boxed types can be unboxed?
Explain about common language infrastructure?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture