Kanika Mehra
Compare ADO & ADO.Net
By Kanika Mehra in ADO.NET on May 30 2012
  • Bharathi Raja
    Jan, 2018 28

    1. ADO used connected data usage, while ADO.net used disconnected data environment. 2. ADO used OLE DB to access data and is COM-based, while ADO.net uses XML as the format for transmitting data to and from your database and web application. 3. In ADO, Record set, is like a single table or query result, while in ADO.net Dataset, can contain multiple tables from any data source. 4. In ADO, it is sometime problematic because firewall prohibits many types of request, while in ADO.net there is no such problem because XML is completely firewall-proof.

    • 0
  • Mandar Desai
    Jul, 2012 5

    Following are some major differences between both v 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. v Locking is not supported due to disconnected model. v All data persist in XML as compared to classic ADO where data persisted in Binary format also.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS