Difference between ADO and ADO.net ?
Answer Posted / wubetu
#11 ADO is always used to create a single table by using
recordset only and ADO is also always connection oriented
programming language.
ADO.NET is used to create multible tables by using objects
of the dataset and also it is both connection oriented and
disconnected fashion
.ADO.NET is used for .net programming languages etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to Read, Add, Update and Delete record in Entity Framework ?
What does executenonquery () method return?
Give an example that shows how to execute a stored procedure in ado.net?
What is ado object model?
Define data access layer?
What is ado data control?
What is ado full form?
How can we add/remove row's in "datatable" object of "dataset"?
What is oledb connection?
What is the current version of entity framework?
What is acid in ado.net?
What is ado asp?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is the usage of the dataset object in ado.net?
What is the difference between Datareader and Dataset?