Difference between ADO and ADO.Net

Answer Posted / sandyni

Following are some major differences between both

1.As in classic ADO we had client and server side cursors
they are no more present in ADO.NET. Note it's a
disconnected model so they are no more applicable.

2. Locking is not supported due to disconnected model.

3. All data persist in XML as compared to classic ADO where
data persisted in Binary format also.

4. Ado.net uses Dataset where as Ado uses RecordSet.

5.Ado.Net uses Dataproviders where as classic Ado uses COM
model.

6.Ado.net can able to works on multiple tables where as Ado
can works on only on etable.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ado and dao?

537


Is entity framework better than ado.net?

493


What is shadow copy?

586


Which is the feature of ado.net?

532


What is the difference between data reader and data adapter?

545






Is datareader faster than datatable?

543


What is sqldatasource?

529


Explain how can we load multiple tables in to dataset?

504


Explain ODP.net

573


Which is faster entity framework or ado.net?

508


What is disconnected architecture in ado.net?

508


What is a dataview?

539


What is the return type of executescalar?

497


What is the difference between oledb sql server and oledbdotnet provider?

510


How can we perform transactions in .net?

550