Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
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
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.


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback