URL: http://www.firstbasesoftware.com/man/man3/checkfields.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]


NAME

checkfields - check record values for integrity

SYNOPSIS

#include <firstbase/fb.h>

int fb_checkfields(db, errflag)
fb_database *db;
int errflag;

DESCRIPTION

Fb_checkfields is used to determine if the fields in the current record depicted by database db fit range specifications and unique autoindex constraints.

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.


URL: http://www.firstbasesoftware.com/man/man3/checkfields.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]