Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

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
Description
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.