2.2.15. ADO Field object

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

Field object

ADO Field object contains information about Recordset information about a column in an object. Each column in Recordset corresponds to a Field object.

ProgID

set objField=Server.CreateObject("ADODB.field")

Attribute

Attribute

Description

ActualSize

Returns the actual length of a field value.

Attributes

Set or return Field properties of the object.

DefinedSize

Returns the defined size of the Field object

Name

Set or return Field name of the object.

NumericScale

Sets or returns the number of decimal places allowed for values in the Field object.

OriginalValue

Returns the original value of a field.

Precision

Sets or returns when representing Field the maximum number of numbers allowed for numeric values.

Status

Return Field the state of the object.

Type

Set or return Field type of object.

UnderlyingValue

Returns the current value of a field.

Value

Set or return the value of the Field object.

Method

Method

Description

AppendChunk

Append large binary or text data to Field objects

GetChunk

Returns all or part of a large binary or text Field object.

Set

Set

Description

Properties

All Property objects that contain a Field object.

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.