debian man page for px_delete_record

Query: px_delete_record

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PX_DELETE_RECORD(3)					     Library Functions Manual					       PX_DELETE_RECORD(3)

NAME
PX_delete_record -- Removes a record from a Paradox file
SYNOPSIS
#include <paradox.h> int PX_delete_record(pxdoc_t *pxdoc, int recpos)
DESCRIPTION
Removes the record with number recpos from the Paradox file. The first record has number 0. The data of the record will be wiped out, mak- ing it impossible to reconstruct it later. The data block where the record was stored is reconstruct to make sure all records are at the beginning of the data block followed by the free space. Calls of PX_insert_record(3) will use the first datablock with free space and add the new record after the records in the data block.
RETURN VALUE
Returns 0 on success or -1 on failure.
SEE ALSO
PX_retrieve_record(3), PX_insert_record(3), PX_update_record(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_DELETE_RECORD(3)
Related Man Pages
px_get_data_long(3) - debian
px_get_record2(3) - debian
px_put_data_alpha(3) - debian
px_put_record(3) - debian
px_retrieve_record(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?