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

FieldOriginalNameIndex Property

Applies To

OraDynaset

Description

This method returns the index of the field indicated by original fieldname used in the "select" statement.

Arguments

[in] name
The original name of the field as it appears in the SQL .
Usage

set index = oradynaset.FieldOriginalNameIndex(name)

Remarks

Accessing fields of a dynaset by index is more efficient than accessing them by name. If you need to access a particular field many times, use this method to translate its original name into its index.

Data Type

Integer

See Also

FieldIndex

FieldName

FieldOriginalName


 
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