OriginalItem Method

Example

Applies To

OraFields Collection

Description

Returns the OraField object based on original column name used in the "select" statement in the dynaset. Not available at design time and read-only at run time.

Usage

set OraField = OraFields.OriginalItem(field_index)

set OraField = OraFields.OriginalItem(original_name)

Arguments

field_index Field index of the original column name

original_name Original field name specified in the SQL statement

Remarks

This is property is useful when SQL statement contains 'schema.table.col' as the 'Name' of the field and retrieves the field object specific to that original name.