Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

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

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.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents