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
What is writeline in vb.net?
What is DLL HELL in VB.NET
Explain the difference between import system.data.sqlclient and system.data.oledb?
How can we remove handlers at run time?
what is diffrence constructor and destructor in vb
Explain about rapid application development tool?
Can you please explain the difference between dataset and datareader?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is multiple form in vb?
What are the different types of Lock available in Visual Basic?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain the use of option explicit?
What are nested classes?
What is redim keyword and its use?
what is difference between namespace and assembly?