|
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: Sun Mar 17 21:14:49 EDT 2013
|