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 ole access?
How to add a javaScript function in a datagrid?
What are the disadvantages of using datalist?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is ado connection?
What are all the classes that are available in System.Data Namespace?
What is fill method in ado.net?
What is the full form of ado?
Explain the role of data provider in ado.net?
What is bubbled event can you please explain?
What is ado.net in vb net?
What are the advantages of using datalist?
How can we add/remove row's in "datatable" object of "dataset"?
What is the hierarchy of data in databases?
What is difference between Dataview and Datatable?