Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?

Answer Posted / ganesh

Valid answers are:
· A DataSet can represent an entire relational database in
memory, complete with tables, relations, and views.
· A DataSet is designed to work without any continuing
connection to the original data source.
· Data in a DataSet is bulk-loaded, rather than being
loaded on demand.
· There's no concept of cursor types in a DataSet.
· DataSets have no current record pointer You can use For
Each loops to move through the data.
· You can store many edits in a DataSet, and write them to
the original data source in a single operation.
· Though the DataSet is universal, other objects in ADO.NET
come in different versions for different data sources.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of global.asax file?

538


What is the adavantage of using ASP.NET routing?

640


What does clearing cache?

530


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2220


What is difference cookie and session?

523






What are the disadvantages of using session?

460


Define view state.

546


What is the asp.net mvc folder conventions? : asp.net mvc

463


What is Razor View Engine

601


What is session management in web application?

541


Write a code for sending an email from asp.net application.

531


Which .NET framework supports Web API?

586


How do you secure your connection string information?

512


How to bind all the binding controls in a page at once in ASP.NET?

520


What is application session?

497