Hi
What is ADO .NET and what is difference between ADO and ADO.NET ?
Loading
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 Jun 13, 2012, 8:03 AM
- ADO is created using COM Technology.(COM stands for component object model)
- In ADO we can store only one table.
- In ADO we can't generate relations.
- In ADO we can't generate sql statements.
- ADO is connection-Oriented.
ADO.Net :Please refer the below link
http://sachin-csharp.blogspot.in/2012/01/what-is-difference-between-ado-and.html
http://dotnetguts.blogspot.in/2007/07/difference-between-ado-and-adonet.html
Thanks
Harvey DevakumarPosted Jun 13, 2012, 7:07 AM
Sivaraman DhamodaranPosted Jun 13, 2012, 7:02 AM
There are lot of differences and ado.net is the enhanced one. A Major difference is, you can work disconnected in the ADO.Net. That means, connect to db, get data, go disconnected, Work on cached data, push back the changed stuff.