px_put_record(3) debian man page | unix.com

Man Page: px_put_record

Operating Environment: debian

Section: 3

PX_PUT_RECORD(3)					     Library Functions Manual						  PX_PUT_RECORD(3)

NAME
PX_put_record -- Stores record in Paradox file
SYNOPSIS
#include <paradox.h> int PX_put_record(pxdoc_t *pxdoc, char *data)
DESCRIPTION
Stores a record in the buffer data into a Paradox file. data must be constructed with PX_put_data_xxx(3) functions before. It is of the same structure as the record returned by PX_get_record(3) and PX_get_record2(3). The new record will be stored after the last one added.
RETURN VALUE
Returns the record position on success and -1 on failure. The first position has number 0.
SEE ALSO
PX_get_record(3), PX_get_record2(3), PX_put_recordn(3), PX_put_data_byte(3), PX_put_data_short(3), PX_put_data_long(3), PX_put_data_dou- ble(3), PX_put_data_alpha(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_PUT_RECORD(3)
Related Man Pages
px_get_data_double(3) - debian
px_get_field(3) - debian
px_put_data_bytes(3) - debian
px_set_blob_file(3) - debian
px_time2string(3) - debian
Similar Topics in the Unix Linux Community
Remove &amp; insertion of data in a same file
Retrieve data from one file comparing the ID in the second file
AWK print initial record and double
How to compare current record,with next and previous record in awk without using array?
Replace a string for every record after the 1st record