#include <db_cxx.h> void Db::get_errfile(FILE **errfilep);
The Db::get_errfile()
method returns the FILE *
, as set by
the
Db::set_errfile()
method.
The Db::get_errfile()
method may be called at any time during the
life of the application.