debian man page for px_update_record

Query: px_update_record

OS: debian

Section: 3

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

PX_UPDATE_RECORD(3)					     Library Functions Manual					       PX_UPDATE_RECORD(3)

NAME
PX_update_record -- Updates an exiting record in the Paradox file
SYNOPSIS
#include <paradox.h> int PX_update_record(pxdoc_t *pxdoc, pxval_t **data, int recpos)
DESCRIPTION
Overwrites a record in the database with the data in the array dataptr. The record must be specified by its record number passed as parame- ter recpos. The first record has number 0. The memory for dataptr can be freed after PX_update_record has been called. Check the documentation of PX_insert_record(3) for more information on how to build up the record data
RETURN VALUE
Returns 0 on success or -1 on failure.
SEE ALSO
PX_retrieve_record(3), PX_delete_record(3), PX_insert_record(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_UPDATE_RECORD(3)
Related Man Pages
px_get_data_bytes(3) - debian
px_get_data_long(3) - debian
px_get_record2(3) - debian
px_put_data_bcd(3) - debian
px_put_data_alpha(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com