1

i would like to get data from.cdb file. Is it possible to retrieve data from .cdb file without knowing keys names?

Ales
  • 527
  • 2
  • 8
  • 24

1 Answers1

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