Вопрос

I asked a question here a while back and using the answers, made some head way in figuring out how my DOS based legacy software works.

My problem: The software uses Btrieve to read/store data in .dbk files. I know this because the DDF files reference these dbk files. I found a number of ways to open btrieve data but only if they are stored in .btr files.

Anyone has any hints? I've spent considerable amount of time digging through resources but to no avail. All I need right now is to see the data stored in the dbk files in a readable format.

Нет правильного решения

Другие советы

If your DDFs reference .DBK files, you should, using a version of Btrieve / Pervasive that supports it, be able to use ODBC to read the data. Create the ODBC DSN pointing to your DDFs and Data Files. Once created, use your favorite export tool to export the data to your favorite format.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top