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
What are the different row versions available in table?
How many major types of connection objects in ADO.NET?
What is the difference between sqldatareader and sqldataadapter?
Describe connection object in ado.net
What is ado.net explain with diagram?
How can I retrieve two tables of data at a time by using data reader?
How to check if the Dataset has records ?
Define data adapter?
What does executereader return?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is Data view?
What are basic methods of dataadapter?
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?
How to identify the updated rows in a dataset?
Explain the advantage of ADO.Net?