Difference between ADO and ADO.net ?
Answer Posted / rajani kanth reddy
ado means activex data object
ado.net means activex data object for .net
ado uses record set for getting data from database
ado.net uses dataset for getting multiple table information
ado supports connection oriented
ado.net supports both connection & disconnected architeture
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is disconnected architecture in ado.net?
What are datareaders?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the methods of XML dataset object?
How do you merge 2 datasets into the third dataset in a simple manner?
Can we connect two dataadapters to same data source using single connection at same time?
What is the use of SqlCommandBuilder?
Explain the overview of ado.net architecture?
What is the difference between typed and untyped dataset?
Which is better entity framework or ado.net?
What is ado and dao?
How can we perform transactions in .net?
What providers does Ado.net uses?
What is data access pattern?
Why do we use sqldataadapter?