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 can i create only one instance of class and thus doesn't allow creating any more instances?
Explain about common language infrastructure?
Can you explain update progress control?
What is textview control of .net mobile? : Microsoft dot net mobile
Explain about appdomains?
How to delete the duplicate records from table(having bulk records)?
what is the shortcutkey for solution explorer and add new item?
What is the difference between machine config vs. Web config : Dot net architecture
Explain cache memory? : Dot net architecture
How to work with Crystal Reports without using Visual Studio?
What is Object Caching in Visual Studio 2010?
how to display a message box in the Application?