What is the difference between Dataset and Recordset?
Answer Posted / sanny
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 ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain the observations between vb.net and vc#.net?
What is econo-jit?
What are the differences between c# and visual basic.net?
Explain the use of serialization and deserialization?
Explain about jagged arrarys ?
Explain clr?
Define cls?
What is the difference between readonly variable and constant variable?
Explain some of the exclusive features which are present in vb?
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 the use of system.diagnostics.process class?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the difference between vb 6 and vb.net?
What is the difference between convert.tostring and .tostring() method?
Can you please explain the difference between authentication and authorization?