Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / siddarth
dataset is nothing but in memory database for client
application.
Dataset supports bidirectional navigation and it supports
purely disconnected architecture with xml integration.
it supports plat form independency.
The above are all not supported by recordset.
Is This Answer Correct ? | 0 Yes | 0 No |
In which scenario we use Session and Cookies? With Example..
is it possible to use web site without web server from remote place?
1 Answers ABC, Mannar Company, Quadrant,
What is the lifespan for items stored in ViewState?
Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What do you mean by caching in asp.net?
Is it possible to perform data validations in the database?
How to handle errors in Web API?
What is a global postback url?
Can we use the java script code in .Net Code behind?
If Asp Dot Application is stateless what happened? during designing
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?