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

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