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
Explain the difference between l1 and l2 cache? : .NET Architecture
What other than biginteger has been introduced in system.numerics namespace?
HttpHendler and HttpModules
6. Wcf- what is SOA
How to prevent my .NET DLL to be decompiled?
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
difference between Response.write,server.transfer and also which one is used when ?
Explain the difference between primary & secondary storage device? : Dot net architecture
difference between data reader and dataset
Can I customise the trace output?
What are the major differences between services and web services?
what is tracing? Where it used?
How can I write my own .NET host?