public function drop_database($db_name)
    {
        if ( ! ibase_drop_db($this->conn_id))
        {
            return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE;