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
Explain i.tostring method?
Can you please explain the difference between value and reference types?
What is the size of .net object?
Using VB, how can you change the Mouse Pointer?
How many classes a dll can contain?
Explain and brief about rapid application development tool?
What is strong typing and weak typing?
Is vb net a scripting language?
What are the technology areas that microsoft.net contains?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What does assert() method do In VB.NET
what is intermediate language?
Name some different types of control?
Explain an assembly and its use?