2.2.2. Introduction to ADO

发布时间 :2025-10-25 12:23:19 UTC      

ADO is used to access the database from a web page.

The basic knowledge you should have

Before continuing, you need to have a basic understanding of the following knowledge:

  • WWW, HTML and basic understanding of website construction

  • ASP (dynamic server page)

  • SQL (structured query language)

If you want to learn these projects first, please visit these tutorials on our home page.

What is ADO?

  • ADO is a Microsoft technology.

  • ADO means ActiveX data object

  • ADO is a Microsoft Active-X component

  • ADO will be installed automatically with Microsoft IIS

  • ADO is a programming interface to access data in a database.

Access the database from the ASP page

The common way to access a database from within an ASP page is:

  1. Create an ADO connection to the database

  2. Open a database connection

  3. Create an ADO recordset

  4. Extract the data you need from the recordset

  5. Close the recordset

  6. Close the connection

Principles, Technologies, and Methods of Geographic Information Systems  102

In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress.