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
how to deploy vb.net with key and evaluation time? any one can help me?
Name the class which allows an element to be accessed using unique key?
How can we store decimal data in .net?
Explain the difference between datatable and dataset?
What is the differences between dataset.clone and dataset.copy?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain about visual basic.net?
What are the various open source tool available for VB.NET?
What is an assembly and its use?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
What are the difference between dispose(), close(), exit(), end()? When do we use them?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
Explain how to achieve polymorphism in vb.net?
How to achieve Polymorphism in VB.Net?
Is vb net a scripting language?