Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

FieldIndex Property

Applies To

OraDynaset

Description

This method returns the index of the field indicated by field_name.

Arguments

[in] field_name
The name of the field as it appears in the SQL statement that the dynaset used most recently.
Usage

set index = oradynaset.FieldIndex(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 name into its index.

Data Type

Integer

See Also

FieldName

FieldOriginalName

FieldOriginalNameIndex


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents