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 Web service create Proxy Using WSDL?
How do you handle this COM components developed in other programming languages in .NET?
0 Answers InfoAxon Technologies,
can aspx page contains two pager tags ?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
How to call the dll at runtime in .Net?
difference between page init an page load
Is .NET really support fully OOP Concept?
what is session management ?
Explain about cookie less session state? : .NET Architecture
What is .net mobile input validation. : Microsoft dot net mobile
How cache is used? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?