Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / sathish
Recordset is that where we can access only one table
information. Recordset is also that we can access record
sequentially and any record in middle has to go thro all
first beginning records.So only sequential access is alowwed.
Dataset is we can point to multiple tables.Any record can be
accessed at any instant of time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a master page and what does it do?
How many languages are supported by .NET at present time?
What are the new features implemented in ASP.NET?
What are directives in asp.net? List down all the important directives.
How can you enable impersonation in the web.config file?
How does u call and execute a sp in .net?
What is the full form of asp.net?
What is http post action?
What is .net framework and what are the main components of it?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How can we identify that the Page is Post Back?
What is the difference between web.config and machine.config in ASP.NET?
Does web services support data reader like pom project?
What is work flow gen? how can it will work with .Net?