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
Explian About DataAdapters
What is the difference between connected and disconnected environment?
Define different execute methods of ADO.NET command object ?
What is ole db query?
What is difference between dataset and datatable?
What is the full form of ado?
Explain the advantage of ADO.Net?
What is disconnected data?
What is two way data binding android?
How to Read, Add, Update and Delete record in Entity Framework ?
How is it possible to get 2 tables of data at a time by using data reader?
Explain ado.net features?
Explain how do you connect to sql server database without using sqlclient?
What is namespace in ado.net?
What does executereader return?