Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answer Posted / vanita
There is no concept of cursors in ADO.NET Dataset,there are
only forward only cursors and we can use this functionality
through reader object while ADO Recordset supports cursors
n each record is iterated.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does asp stand for in asp.net?
How can we implement a identity (sql server) call in an asp.net page?
What is ashx file in asp.net?
Where viewstate value is stored in asp.net?
What is the use of service provider?
What is http post and http get?
In which situation can you not use a viewstate?
How can u deifne the benefits and limitation of using Viewstate for state management?
Can I have a unique key as foreign key?
What is the usage of DelegatingHandler?
what is AutoEventWireUp and what is the use of This property explain in details?
What is query string? What are its advantages and limitations?
Why is the standalone environment only useful during the development process?
What does asp.net stand for?
Explain in what order a destructors is called.