Answer Posted / srinivasreddy
ADO Is the Connected Architecture but ADO.NET is the
disconnected architecture.
in ado we cant retrieve the more than one table at a time
but in ado.net we can retrieve many tables as per user
requirement.
in ado we have recordset for the retrieving data but in
ado.net we have Dataset.
in ado xml integration is not possible but in ado.net we
can use xml.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ole used for?
differance between ADO vs ADO.Net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What does adodb stand for?
What is the provider being used to access oracle database?
Describe briefly an ADO.NET Dataset ?
What is meant by executenonquery?
What are two important objects of ADO.Net?
What is a datareader object?
What is partial class?
How does entity framework work?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the use of data grid?
How to generate a single aggregate?
How can we perform transactions in .net?