URL: http://www.firstbasesoftware.com/man/man3/checkfields.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[
Index of Contents] [
FirstBase RDBMS Overview]
int fb_checkfields(db, errflag)
fb_database *db;
int errflag;
A return status of FB_AOK means that all data fits the specs. Otherwise, an FB_ERROR is returned.
The errflag argument is used to control the behavior of errors.
When set to one (1), errors will cause error messages on the bottom two lines
of the display. A setting of zero (0) suppresses these error messages.
In any case, errors will return an FB_ERROR status.