Berkeley db recno access method
545704Nov 14 2006 — edited Dec 11 2006hi all,
i'am just getting started with berkeley db. now i'm trying to recover an existing db (btree) to a recno db format, and i have to read the records from the btree db in recon.
i'm using cursors. c_get for reading from btree db and c_put for storing the records.
i can read the records but can't put them in the new recno db.
I don't know why, but may be becouse of a wrong flag in c_put?
i would appritiate for every help.
regards
soudi