ADO.NET vs ADO

ADO.NET vs ADO

- ADO.NET is considered as evolution version of ADO.
- ADO.NET works with both connected as well as disconnected fashion whereas ADO works with connected architecture.
- ADO.NET provides disconnected access through DataSet while ADO provides disconnected access using recordset.
- ADO.NET use XML to transfer data between objects while ADO use binary format to transfer data.
- ADO.NET is shipped with .Net Framework and implemented using .Net methodology whereas ADO relies on COM.
ADO.NET Data Architecture
ADO.NET Data Architecture - ADO.NET has four layers - The Physical Data Store: This can be any database, XML files or OLE....
Type of database connection in ADO.NET
ADO.NET - Type of database connection in ADO.NET - SQL Connection: This object connects to the SQL Server.....
Components of data providers in ADO.NET
ADO.NET - Components of data providers in ADO.NET - The Connection Object: The Connection object represents the connection to the database. ....
Post your comment