Answer:
Following are some of the major differences between both
1) In ADO we have record set and in ADO.NET we have dataset.
2) In recordset we can only have one table. If we want to accommodate more than one table. We need to do inner join and fill the recordset. Dataset can have multiple tables.
3) All data persist in XML as compared to classic ADO where data persisted in Binary format also.
Asked In: Many Interviews |
Alert Moderator