i would like to get data from.cdb file. Is it possible to retrieve data from .cdb file without knowing keys names?
Asked
Active
Viewed 2,967 times
1 Answers
0
If you are talking about CDB constant database files, the cdbdump program will dump all data in cdbmake format on standard output.

Mark Leighton Fisher
- 5,609
- 2
- 18
- 29
-
Where will this cdbdump come from ? – Hemant Nagpal Jan 21 '16 at 15:39
-
Follow the 'CDB constant database' link above, then go to the 'How to install cdb ' link on that page. – Mark Leighton Fisher Jan 21 '16 at 15:50