Working with turbo C database (CDB files)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sagreen
    New Member
    • Mar 2008
    • 1

    Working with turbo C database (CDB files)

    Hi all,
    I am reviewing an old application for my client. This application is some kind of a computerized catalog and the there is one big .CDB file (around 450Mb) whiche contain all the data.
    I have looked into http://filext.com/file-extension/CDB and i belive that the right one for my case is the last one - turbo c Database.
    Now, to my problem - I have no idea how to access the data on the file. my dream is to convert the data from this file to tables or to a delimited test file.
    Any help would be appreciated.
Working...