ASP. NET use ADO. Net to access the data source

Source: Internet
Author: User
ASP. NET uses ADO. Net to access the data source, and the data obtained from accessing the data source is kept in dataset. ADO. NET provides access to multiple data sources and returns the same dataset, which shields the differences between data sources, making ASP. NETProgramYou do not need to modify the program when the data source changes. You only need to modify the data access component.
Dataset is the main component in the ADO. net structure. It is the cache of data retrieved from the data source by ADO. net in the memory. Dataset consists of a group of able objects that can be associated with datarelation objects. Dataset is a memory-resident representation of data. It provides consistent relational programming models regardless of the data source. It can be used for multiple different data sources, for XML data, or for managing local data of applications. Dataset indicates the entire dataset, including related tables, constraints, and relationships between tables.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.