What is the difference between Dataset and Recordset?

Answer Posted / shweta mogadpally

1) With Data set you can retrive data from database like
oracle and SQL Server and manage them in one dataset, with
recordset this is not possible.

2) All representation of Dataset is using XML while
recordset uses COM.

3) Recordset can not be transmitted on HTTP while Dataset
can be.

Is This Answer Correct ?    43 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When do you use virutal keyword?

761


Why do we use byref keyword in vb.net?

802


What is sorting in vb?

664


Explain public assembly?

711


what is common type system?

685


Explain about the ruby interface generator?

733


What is the difference between custom control and user control?

738


How a base class method is hidden?

798


How to create a constant in vb.net?

833


Explain clr?

738


Explain the difference between value and reference types?

653


What would you do to remove microsoft visual basic name space?

688


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1864


Can you please explain the difference between int and int32?

750


What is the significance of delegates. Where should they be used?

698