Difference between classic ADO and ADO.NET
What are main difference between classic ADO and ADO.NET?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 12, 2012, 12:21 PM
nallyaPosted Oct 12, 2012, 6:53 AM
• In ADO we have recordset and in ADO.NET we have dataset.
• In recordset we can only have one table. If we want to accommodate more than one tables we need to do inner join and fill the recordset. Dataset can have multiple tables.
• All data persist in XML as compared to classic ADO where data persisted in Binary format also.
For another diffrences related to ADO Refer:
http://onlydifferencefaqs.blogspot.in/2012/07/adonet-difference-faqs-1.html
Santhosh Kumar JayaramanPosted Oct 12, 2012, 6:50 AM