logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_get_record — Returns record in Paradox file

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                PX_GET_RECORD(3)

Description

       Returns  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) instead

Name

       PX_get_record — Returns record in Paradox file

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_get_field(3), PX_get_record2(3)

Synopsis

       #include <paradox.h>

       int PX_get_record(pxdoc_t *pxdoc, int recno, char *data)

See Also