What is the difference between Dataset and Recordset?

Answer Posted / haynes r. rajwadi

With Recordset comes the Recordset pointer, that points to
the relative data so retrieved from the database. The
Recordset object has MoveNext, MoveFirst, MovePrevious and
MoveLast methods that provides a means for Data Traversal

With DataSet there is no pointer that points to the record,
while a Bulk of Data is retrieved from the Database to the
Computer's Memory, and the record is accessed via the index
of the Record so retrieved.

With Recordset, has types of Cursors ie. Open Cursor and
Data Manipulation Cursor, which enables the cursor to be
open as read-only or dynamic (meaning for data
manipulations)

With Dataset as bulk of data is loaded to the Memory, only
Viewing operation is possible.

With Recordset, if the cursor is open as OpenDynamic and
OpenOptimistic, the Data manipulated by 1 user, its effect
is visible to the other user, leading to clear picture of
the Database, while this is not the case in DataSet.

DataSet can be viewed as a ONE WAY HIGHWAY, where the data
comes from Database to the Computer's Memory.
RecordSet can be viewed as a TWO WAY HIGHWAY, based on and
according to the Cursor type selected in the recordset

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between static or dynamic assemblies?

757


What is the Advantage of vb.net over vb

744


List the types of authentication?

684


Name the class which allows an element to be accessed using unique key?

745


What is the feature which is common to all .net languages?

685


What are the technology areas that microsoft.net contains?

755


Tell us how many languages are supported by .net?

688


What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?

722


Explain the difference between namespace and assembly?

678


What do you mean by Redim in VB.NET?

842


Name and explain some of the exclusive features which are present in vb?

735


What is an arraylist?

791


What are the differences between c# and visual basic.net?

733


Explain redim keyword?

731


What is the feature anonymous type?

679