Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / ramgopal reddy
? 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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does clearing cache?
What are cao and sao.
Can we add code files of different languages in app_code folder?
List the types of authentication supported by asp.net?
What is the appSettings Section in the web.config file?
What websites use asp.net?
Explain login controls.
Explain different authentication modes in asp.net?
What are the event handlers that we can have in global.asax file?
Where sessions are stored?
How do you handle server controls?
Why is the standalone environment only useful during the development process?
What are the cookies types in asp.net?
Why session is used in asp.net?
Why mvc is better than asp.net? : Asp.Net MVC