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
How do I send an email message from my ASP.NET page?
What parameters can you pass in the url of the api?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is difference between view and partial view?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Explain weak typing and strong typing.
What is the life cycle of web page?
What is the adavantage of using ASP.NET routing?
What is microsoft windows sharepoint services?
How can you send an email message from an asp.net web page?
Explain the components of web form in asp.net
How to manage different kinds of sessions in ASP.NET?
Explain the various authentication mechanisms in asp.net.
Explain how can we inherit a static variable?
How many web.config files can I have in an application?