What is the difference between Dataset and Recordset?
Answer Posted / rahul
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 ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain how can we remove handlers at run time?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
How many classes a dll can contain?
Why should you use delegate?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What are the features of c# which are not present in vb.net?
What is the significance of delegates. Where should they be used?
Can you please explain the difference between thread and process?
What is globalization?
What do you mean by serialization and deserialization and it's use.
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Name some of the keywords used in vb.net?
What is the Advantage of vb.net over vb
Explain the difference between web.config and machine.config and where it will be ?
What is the feature anonymous type?