Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Optional Full Record Image

If the full record image is requested and the operation is not a delete, the record length and record contents appear next in the notification message:

LONG reclen;

TEXT recbuf[]; /* buffer of reclen bytes */

  • reclen is the record length
  • recbuf is a buffer reclen bytes long containing the record that is currently contained in the data file.

TOCIndex