getdbtblrow() - Reads the next row in from a table.

SYNOPSIS

RECID *getdbtblrow(DBTBL *db);


PARAMETERS

DBTBL *db

The table to read from.


DESCRIPTION
Reads the next row in from a table. The data can be retrieved by calling getfld() on a field previously returned by dbnametofld().

Returns the location of the row retrieved. If recidvalid() fails on the result then there were no more rows.


SEE ALSO
putdbtblrow(), getfld(), dbnametofld(), recidvalid()


Copyright © Thunderstone Software     Last updated: May 19 2023
Copyright © 2023 Thunderstone Software LLC. All rights reserved.