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 ? | 12 Yes | 10 No |
Post New Answer View All Answers
What is code access security?
What is redim keyword?
What is private assembly?
Explain how to send xml file on server using http protocol?
Which dll is used for microsoft .net run time?
what is difference between web.config and machine.config and where it will be ?
How a base class method is hidden?
Explain jagged array in vb.net?
What are the advantages of migrating to vb.net?
What is the main use of a namespace?
What is globalization?
What do you understand by vb.net?
What is the difference between datagrid and gridview?
what is interface and when it is used?
What is a static class?