Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

getChangeIDfieldNumber

Get the relative field number of the specified data file's change id field.

Declaration

ctCONV NINT ctDECL getChangeIDfieldNumber (FILNO datno, pNINT pFieldNumber);

Description

[IN] datno- Data file number.

[OUT] pFieldNumber- On success, the zero-based field number in the DODA for the change ID field is returned here. If the data file has no change id field, -1 is returned.

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

TOCIndex