Mission Base

Program Base Library Functions

int pblIsamDelete

( pblIsamFile_t* isamfile )

delete the current record of the ISAM file.

Documentation

delete the current record of the ISAM file.

the current record of the file is set to the next record or if the last record is deleted, to the previous record,

if there are no more records in the file after the delete the current record is of course unpositioned

RESTRICTIONS:
- the file must be open for update,

Parameters:
isamfile - ISAM file to delete from
Returns:
int rc == 0: call went OK
int rc != 0: some error occurred, see pbl_errno

Alphabetic index



This page was generated with the help of DOC++.