- In ADO, we have a
Recordset
and in ADO.NET we have aDataSet
. - 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 theRecordset
. ADataSet
can have multiple tables. - All data is persisted in XML as compared to classic ADO where data is persisted in binary format.
Wednesday, August 22, 2012
What are the major difference between classic ADO and ADO.NET?
Labels:
Ado.Net
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment