ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?
Answer Posted / arun
ADO.NET is not a disconnected architecture.
The dataset is a disconnected architecture and the
datareader is a connected architecture.
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
What is untyped dataset?
What is the return type of executescalar?
What are the advantages using ado.net?
What are the data providers in ADO.NET framework?
Explain the architecture of ado.net?
Explain sqlconnection object?
What is the executescalar method?
Do you use stored procedure in ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is data relation?
What is ado and rdo?
What is sqldatareader in ado.net?
How do you connect to sql server database without using sqlclient?
What is microsoft ado?