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
Which namespaces are used for data access?
What is the provider being used to access oracle database?
What is ado.net objects?
What is meant by executenonquery?
How to pass multiple tables in datasets simultaneously?
What are the ado.net connection pooling parameters?
What are two types of transaction supported by ado.net?
What is the difference between ado.net and entity framework?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What are different layers of ADO.Net?
Which architecture does Datasets follow?
How to pass values into a datatable?
What is the difference between statement and preparedstatement interface?
What are the features of ado.net?
How to aggregating data across related tables?