Returns the index of the field indicated by the original field name used in the SQL SELECT
statement.
Arguments | Description |
---|---|
[in ] name |
The original name of the field as it appears in the SQL statement. |
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.