What is ADO .NET and what is difference between ADO and ADO.NET?

Answer Posted / bastin

1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ole data type?

503


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

771


What is openquery?

529


What do you know about ado.net's objects?

496


What is ado object model?

513






What are advantages of microsoft-provided data provider classes in ado.net?

541


What is the full form of ado.net?

508


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1929


How to pass multiple tables in datasets simultaneously?

569


How to maintain the relation between two tables in ADO.NET?

539


What is a non query?

516


Explain how can we load multiple tables in to dataset?

495


What we do with the object of ado.net dataset after using it?

520


How many major types of connection objects in ADO.NET?

587


How can I retrieve two tables of data at a time by using data reader?

509