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 |
What is a clickonce application?
How will you do windows authentication and what is the namespace?
What is gui programming? : .NET Architecture
What is the mesi? : Dot net architecture
what is the difference between Exportdll and Importdll ?
how to delete the record using data reader
how we can fire event in databound column in datagrid without using button?
There are so many languages are already existing for developing application.Then what is the need of .net.
What is the access level of the visibility type internal?
Explain the race around condition? : .NET Architecture
How can a win service developed in .NET be installed or used in Win98?
what are clr,cls,cts?what is .net framework?