.TH "PX_GET_RECORD" "3" .SH "NAME" PX_get_record \(em Returns record in Paradox file .SH "SYNOPSIS" .PP #include .PP int PX_get_record(pxdoc_t *pxdoc, int recno, char *data) .SH "DESCRIPTION" .PP 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. .PP If you accessing several records, do it in ascending order, because this is the most efficient way. .PP .RS \fBNote: .PP This function is deprecated. Use \fBPX_retrieve_record(3)\fP instead .RE .SH "RETURN VALUE" .PP Returns 0 on success and \-1 on failure. .SH "SEE ALSO" .PP \fBPX_get_field(3)\fP, \fBPX_get_record2(3)\fP .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man