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
When do you use virutal keyword?
Why do we use byref keyword in vb.net?
What is sorting in vb?
Explain public assembly?
what is common type system?
Explain about the ruby interface generator?
What is the difference between custom control and user control?
How a base class method is hidden?
How to create a constant in vb.net?
Explain clr?
Explain the difference between value and reference types?
What would you do to remove microsoft visual basic name space?
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
Can you please explain the difference between int and int32?
What is the significance of delegates. Where should they be used?