I've spent a good while looking, but keep coming up empty. Can anyone provide any advice for reading from a database (Google search has lead me to believe it is Paradox, of some type) with the file extension T.

Recommended Answers

All 9 Replies

And the connection with Python language?

http://filext.com/file-extension/T
http://www.freedownloadscenter.com/Business/Document_Management_Tools/Paradox_viewer.html

The relevance to python, is, of course, that I wish to access this database in Python! As regards the database type, of all of the paradox viewers, readers, and modules I have tried to use to access the database, not a single has any recognition of the format. I am weary to try any more Paradox viewers til I know the spec. that created this file, and actually KNOW the proper method of accessing it, rather than simply trying every Paradox viewer available.

Maybe type command in Linux could recognize it's signature if you have access to Linux system? Maybe it is not Paradox file.

I don't see how the type command would achieve this, would you care to explain?

type command in Linux systems have big database of patterns in file data and recognizes the file type according to this signature instead of what happens to be the filename. Similar way as virus scanner looks for signature of virus.

You are working in Windows though?

Currently in Linux, could switch into Windows on a whim, though.

Is the type command you are referring to the same as described here (at Wikipedia), or have I entirely misunderstood?

Yes, that one. So what it says when you use 'type *.t'?

type *.t doesn't find anything, it doesn't recognize the extension.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.