in reply to Identifying unknown .db file and extracting data?
Treat it as if it were a Berkeley db file (see BerkeleyDB), and if it works, fine, otherwise try the next likely db format...
Also, the file utility often helps:
$ file mydata.dbm mydata.dbm: Berkeley DB (Hash, version 9, native byte-order)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Identifying unknown .db file and extracting data?
by Anonymous Monk on Jan 07, 2011 at 01:02 UTC |