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
Can we connect two dataadapters to same data source using single connection at same time?
What does executequery return?
What are the essential features of ado.net?
How to identify the updated rows in a dataset?
What is the namespaces being used to access oracle database?
What is the role of the dataset object in ado.net?
Explain ado.net features? Benefits? Drawbacks?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
how Sequence to connect and retrieve data from database using dataset?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is difference between ado and other data object?
What are the different methods available under the sqlcommand class to access the data?
What is the difference between the clone() and copy() methods of the dataset class?
What are the different layers of ado.net?
Explain how to create dynamic gridview?