Can you explain the difference between an ADO.NET Dataset
and ADO Recordset?
Answers were Sorted based on User's Feedback
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 |
Answer / raghumadhav tirunagari
DIsconnected architechure . Maintainace relation schemas.
MUtilple table grouping.
Connected one .
| Is This Answer Correct ? | 1 Yes | 2 No |
How is the using() pattern useful? What is idisposable?
Explain the purpose of cache? : Dot net architecture
What is .net viewstate?
What is cache coherency and how is it eliminated? : .NET Architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
How can a win service developed in .NET be installed or used in Win98?
which control is used to compare two controls?
Which tool you will use to deploy a windows service
What is cache coherency? : Dot net architecture
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
What is the access level of the visibility type internal?
how do you hide maximize,minimize and close box at the form title bar?