I need to open files with .tda, .tda.tdz extension and convert the data to readable string.
This is not Palm, I’m sure. Already tried that.
I think they are IBM DB2 database temporary files.
In the same folder with these files I have a config file that says .tda files are Zip Compressed.
I’m .net c# developer, so I wanted to know if it is possible to do that in c#
Thanks.
These files are part of a dictionary. Oxford, Cambridge, Longman, and many other digital dictionaries use these files to store the dictionary data.
My guess is that they belong to some proprietary format that the publisher (Pearson Education Limited) uses, probably not related to DB2 at all.
For example, the “Longman Dictionary of Contemporary English 5” installation contains the
Besides copyright violations, dumping the strings in these files would probably require heavy reverse engineering. Most of them are probably just indexes of other parts of the dictionary data, and it’s quite probably that the publisher took measures such as encryption against accessing the content as plain text.