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
How to maintain the relation between two tables in ADO.NET?
Why is it important to close an ado.net application?
What is a string variable?
What is the difference between a datareader and a dataset?
What is data view and variable view?
Which object holds only data and does not interact with data source?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
How to add a javaScript function in a datagrid?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
How can we save all data from dataset?
How to find the given query is optimised one or not?
What is execute scalar in ado.net?
What is serialization and de-serialization in .net?