DB_PAGE_NOTFOUND given when do db_dump
549636Dec 3 2006 — edited Dec 4 2006Hi.
I'm going to do some development on my Motolora E680i cellphone which has a linux on it. I crosscompile BDB4.5.20NC and run db_dump to see the database on my cellphone. But when I type db_dump -p native.db, an error reported:
#db_dump: DBcursor->get: DB_PAGE_NOTFOUND: Requested page not found
I copied the native.db to my windows computer, and used windows version db_dump, all infomation was given normally.
When I try to use Db::open to open one of the databases in the native.db file on my cellphone, the same error message is given. So who can tell me what's happend?