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 late binding and early binding?
Explain the advantages of vb.net?
What keyword is used to accept a variable number of parameter in a method?
What are the advantages of migrating to vb.net?
What is public assembly?
Define naming convention?
Which classes a dll can contain?
What are the features present in vb 2005?
What is the exact defination of object?
What is the difference between convert.tostring and .tostring() method?
What is normal jit?
Explain what observations between vb.net and vc#.net?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain about rapid application development tool?
What are the difference between dispose(), close(), exit(), end()? When do we use them?