NAME
dbaddnull - add a new, null row to a table
SYNOPSIS
#include "db.h" ;
long dbaddnull(Dbptr db)
DESCRIPTION
dbaddnull adds a new row where each field contains the corresponding null
value.
RETURN VALUES
dbaddnull returns the record number of the new row, or dbINVALID
if no record was added.
LIBRARY
$(DBLIBS)
SEE ALSO
dbadd(3)
dbaddv(3)
dbdelete(3)
AUTHOR
Daniel Quinlan