AdoField Class

<< Click to Display Table of Contents >>

Navigation:  Ado Classes >

AdoField Class

Previous pageReturn to chapter overviewNext page

Purpose

 

A Field object represents a column of data with a common data type.

 

Prototype

 

CLASS AdoField INHERIT AdoAdo

 

Constructor

 

 

 

Init()

Create Object of type AdoField

 


Access


ActualSize

The actual length of a field's value

Attributes

One or more characteristics of an object

DefinedSize

The defined size of a Field object.

Name

The name of the Field

NumericScale

The scale of numeric values

OriginalValue

The value of a Field that existed in the record before any changes were made.

Precision

The degree of precision for numeric values

Type

The data type of the Field

UnderlyingValue

The Field's current value in the database.

Value

The value assigned to the Field



Assign

 

 

Attributes

One or more characteristics of an object

DefinedSize

The defined size of a Field object.

NumericScale

The scale of numeric values

Precision

The degree of precision for numeric values

Type

The data type of the Field

Value

The value assigned to the Field


 

Method

 

 

 

AppendChunk()

Write long binary data into a field

GetChunk()


 

 

See Also

AdoAdo, AdoParameter, AdoFields, ADO Classes