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
What is the difference between system.applicationexception class and system.systemexception?
What are nested classes?
Explain code security?
What is the strong name in .net assembly?
What is redim keyword and its use?
What are option strict and option explicit?
Explain about the performance of visual basic?
Why do we use ansi keyword?
Name the class which allows an element to be accessed using unique key?
Explain nested classes?
Explain jagged array in vb.net?
Tell us how many languages are supported by .net?
What is the difference between datagrid and gridview?
Explain about visual basic?
What are the differences between server-side and client-side code?