Difference between ADO and ADO.net ?

Answer Posted / jebamani

1.ado.net is dataset.
ado is recordset.
2.ado.net is disconnected access to the database.
ado is connected access to the database.
3.in ado.net user can move one data from one table to
another table.
In ado user can move sequentially to database.

Is This Answer Correct ?    42 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the different row versions available in table?

552


Which is better ole db or odbc?

499


Name which operations can you not perform on an ado.net dataset?

488


What is the difference between Response.Expires and Reponse.ExpiresAbsolute?

546


How to retrieve the user id which is provided while windows authentication?

594






What DataReader class do in ADO.NET ?

590


Describe datareader object of ado.net with example.

511


What is Data Provider?

572


Which object needs to be closed?

1751


What is the difference between Command and CommandBuilder object?

591


What are two important objects of ADO.Net?

556


Which is better entity framework or ado.net?

511


What is the difference between dataset and datatable?

489


Can we connect two dataadapters to same data source using single connection at same time?

535


What is the difference between executenonquery () and executescalar ()?

494