dbnametofld() - Get a field from a DBTBL.

SYNOPSIS

FLD *dbnametofld
(
    DBTBL *d,
    char *s
);


PARAMETERS

DBTBL *d

Table to search.
char *s

Name of the field.


DESCRIPTION
This will hunt for the field in the table, taking into account fully qualified or partial names. The field returned will be updated on each getdbtblrow, and the data will be read when putdbtblrow is called.

Returns a pointer to the field named s in d.


SEE ALSO
getdbtblrow(), putdbtblrow()


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.