A field from an SQL-server-based table. SqlField subclasses the Field class.

Syntax

These objects are created automatically by the rowset.

Properties

The following table lists the properties of the SqlField class. SqlField objects also contain those inherited from the Field class. (No events or methods are associated with the SqlField class.) For details on each property, click on the property below.

Property

Default

Description

baseClassName

SQLFIELD

Identifies the object as an instance of the SqlField class

className

(SQLFIELD)

Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName

precision

 

The number of digits allowed in an SQL-based field

scale

 

The number of digits, to the right of the decimal point, that can be stored in a SQL-based field

Description

The SqlField class is a subclass of the Field class. It represents a field from an SQL-server-based table, including any ODBC connection, and contains properties that are specific to fields of that table type. Otherwise it is considered to be a Field object.