What is the main difference between ADO and ADO.Net
Answer Posted / ramakrishna reddy
ADO- Connection-Oriented Architecture
Use Record Set
Communicate in Binary mode
Ado.net Dis-connected architecture
Use DataSet,Adapter
Parse Data in XML mode
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain why edit is not possible in repeater?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is Serialization in .NET? what are the types of Serialization?
What are the types of databinding?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is the difference between a datareader and a dataset?
What is the difference between typed and untyped dataset?
What is the executescalar method?
What are advantages of microsoft-provided data provider classes in ado.net?
What is the difference between oledb sql server and oledbdotnet provider?
What is the difference between ado.net and entity framework?
How to aggregating data across related tables?
What are dataproviders?
What does sqldatareader return?
Which architecture does Datasets follow?