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 is the feature of ado.net?
What is ado.net objects?
How can we serialize the dataset object?
How would you connect to database using .NET?
Explain the difference between ado and ado.net?
What is openquery?
How does ado.net work?
What is namespace in ado.net?
Which method is used by command class to execute SQL statements that return single value?
What is XML serialization
What are the different methods by which we can populate a dataset?
What are the key events of sqlconnection class?
What is the difference between Data adaptor and Data set?
What are the several execute methods of ado.net?
Which namespaces are used for data access?