This function looks up name in the database. An index is returned (> 0) if the name is found, otherwise the error code DB_NOFIELD returns.
Syntax: int DB_GetFieldIndex(DBBLOCK *dblk, char far *name);
DB_NOFIELD The requested field is not found.