Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answer Posted / amit kumar
first difference is that ado.net dataset works in
disconnected enviroment while ado recordset works in
connected enviroment
second difference is that ado.net dataset can have more
than one table and can have also relationship between tables
while recordset can have only single table and can not
have relationship between tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is data caching?
Is it possible to write code in many languages in one asp.net project?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How is the asp.net mvc architecture different from others? : asp.net mvc
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Where is http session stored?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Which is better asp.net or php?
calling result set one procedure to anothar procedure in sql2000
Does asp.net still recognize the global.asa file?
Can you explain page lifecycle in net?
where can i gather the materials for MCP certification
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How to use push notification?