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 typed and untyped dataset?
How is entity framework different from ado.net?
What is two way data binding android?
What is DataReader Object?
Is it possible to edit data in Repeater control?
Which parameter of ConnectionString is used to specify the name of the database?
What is the difference between Dataset. clone and Dataset.copy?
Describe datareader object of ado.net with example.
What is difference between ado.net and asp net?
What is executenonquery ado.net?
What is the role of clr?
What are the different methods by which we can populate a dataset?
Explain the basic use of "dataview" and explain its methods.
What we do with the object of ado.net dataset after using it?
What is difference between ado and other data object?