what are major difference between classic ado and


What are major difference between classic ADO and ADO.NET?

Following are some major differences among both

In ADO we have recordset and in ADO.NET we have dataset.

In recordset we can only have one table. If we require to accommodate more than one tables. We require doing inner join and filling the recordset. Dataset can have multiple tables.

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

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what are major difference between classic ado and
Reference No:- TGS0311069

Expected delivery within 24 Hours