What is the difference between Dataset and Recordset?
Answer Posted / sathiyapriya
The Recordset was not XML-based and could not be serialized
to XML easily or flexibly.
Finally, a Recordset was not independent of a data store
because it tracked a Connection object
and through its methods could send queries to the data
source to populate, update,
and refresh its data.
To that end, the Recordset contained functionality found in
the ADO.NET DataSet,
data reader, and data adapter objects.
Similar to the DataSet, a Recordset could be disconnected
from its data store
and therefore act as an in-memory cache of data.
Of course, it could also be used in a connected model
depending on the cursor options that were set.
Although the Recordset object stored multiple versions of
each column for each of its rows,
it was not by nature able to represent multiple tables
without the use of the Data Shape Provider.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Can you please explain the difference between thread and process?
Name and explain some of the exclusive features which are present in vb?
What is the top .net class that everything is derived from?
Can you please explain the difference between dispose and finalize()?
Explain about rapid application development tool?
Can you please explain the difference between authentication and authorization?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
Write the role of new keyword?
What is intermediate langauge?
Explain enumerator?
What is late binding?
How would you implement inheritance using vb.net?
What is the difference between custom control and user control?
What’s the difference between private and shared assembly?
What is vb.net used for?