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
What is data relation?
What is two way data binding android?
What are the various methods provided by the DataSet object to generate XML?
What is dao and ado?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Describe connection object in ado.net
How would you connect to database using .NET?
What do you mean by ‘batch updates’?
Describe the command object and its method.
What are the different layers of ado.net?
What is ado data control?
What is fill method in ado.net?
What is an orm, and why would you use one instead of plain old ado.net?
What are the connected and disconnected modes in ado.net?
What is ado asp?