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
Which property is used to check whether a DataReader is closed or opened?
What is XML serialization
What is the difference between dataset and datatable?
What do you know about ado.net's objects?
What are the benefits of using ado.net?
What are two important objects of ADO.Net?
Does ado.net use odbc?
What are the objects of ado.net?
Which architecture does Datasets follow?
What is the current version of entity framework?
Command objects uses, purposes and their methods.
Compare Data Reader & Dataset in ado.net?
What is a string variable?
What is dataset object? Explain the various objects in dataset.
What is the use of SqlCommand object?