#include <db_cxx.h> int DbSequence::get_dbp(Db **dbp);
         The DbSequence::get_dbp() method returns the database handle
         used by the sequence.
    
           The DbSequence::get_dbp() method may be called at any time during the life of the
           application.
        
                The DbSequence::get_dbp() 
            
            
                method either returns a non-zero error value or throws an
                exception that encapsulates a non-zero error value on
                failure, and returns 0 on success.