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

What are the different row versions available in table?

743


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

822


What is the difference between sqldatareader and sqldataadapter?

730


Describe connection object in ado.net

769


What is ado.net explain with diagram?

727


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

733


How to check if the Dataset has records ?

749


Define data adapter?

710


What does executereader return?

736


How to copy the contents from one table to another table and how to delete the source table in ado.net?

762


What is Data view?

798


What are basic methods of dataadapter?

724


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

845


How to identify the updated rows in a dataset?

728


Explain the advantage of ADO.Net?

762