SYNOPSISFLD *dbnametofld
(
DBTBL *d,
char *s
);
PARAMETERS
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()