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 are the ado.net objects?
Explain the basic use of "dataview" and explain its methods.
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?
Is datareader faster than datatable?
What is sqldatasource?
How do you update database through dataset?
What is oledb driver?
What is the executescalar method?
What are good ado.net object to replace to ado recordset object.
What is ado.net tutorial?
Explain the various objects in dataset.
What is fill method in ado.net?
What is a data control clerk?
What are the advantages and drawbacks of using ado.net?
What is ado.net full form?