Query: px_get_record
OS: debian
Section: 3
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_GET_RECORD(3) Library Functions Manual PX_GET_RECORD(3)NAMEPX_get_record -- Returns record in Paradox fileSYNOPSIS#include <paradox.h> int PX_get_record(pxdoc_t *pxdoc, int recno, char *data)DESCRIPTIONReturns the record with the given number in a Paradox file. The first record has number 0, the last one has number_of_records-1. If you accessing several records, do it in ascending order, because this is the most efficient way. Note: This function is deprecated. Use PX_retrieve_record(3) insteadRETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_get_field(3), PX_get_record2(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_GET_RECORD(3)
Related Man Pages |
---|
px_get_data_byte(3) - debian |
px_get_data_double(3) - debian |
px_get_data_short(3) - debian |
px_put_recordn(3) - debian |
px_get_record(3) - php |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |