void dbquiet(void)
This function suppresses error reporting on the standard error output from the DB library functions.
void dbverbose(void)
This function can be used to restore normal error reporting after using
dbquiet
. (This function was first introduced in DB library
version 4.0.)
Go to the first, previous, next, last section, table of contents.