Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
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 |
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.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|