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
Define a web service in .net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Why is string called immutable data type?
Explain the purpose of storyboard.targetproperty.
What is the difference between session and application?
What are the server controls in asp.net?
Can you explain the importance of finalize method in .net?
How do I send an email message from my ASP.NET page?
What is a viewbag?
Whats the difference between abstract factory pattern and factory pattern?
What are client activated objects and server activated objects?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Explain the difference between debug.write and trace.write? When should each be used?
Why would a company use an application service provider?