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 five stages in a dlx pipeline? : Dot net architecture
Can you explain scriptmanager control?
how to delete the record using data reader
What is difference between Desktop, Client Server & Web based applications?
What is cookie less session?
How is the using() pattern useful? What is idisposable?
Explain about metadata?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What is the purpose of Accordian in jquery? Where it can be used?
What are the options provived by vss to the user? how it will help us while delevoping application?
What is the use of web.config?
can u give me real example of how web.config overrides the machine.config file?
What are the main Tools to develop .Net Application?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the difference between metadata and menifest ?