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
Does ado.net use odbc?
What is the use of data grid?
Explain the differences between oledb sql server, oledbdotnet provider?
What is connected architecture in ado.net?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are two types of transaction supported by ado.net?
What is the maximum pool size in ado.net connection string?
What does executereader return?
Explain how to find the given query is optimised one or not?
What is the difference in an abstract class and an interface?
How to pass values into a datatable?
What are the namespaces used in ADO.Net to connect to a database?
What is the difference between sqldatareader and sqldataadapter?
What is Dataset Object?
What is two way data binding android?