Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

View data within legacy binary database.

  • 14-12-2011 11:49pm
    #1
    Registered Users, Registered Users 2 Posts: 7,501 ✭✭✭


    I have an old database which is made up of multiple .BIN files.

    Is there a way that you know of that i can query or convert these files into something readable?


Comments

  • Registered Users, Registered Users 2 Posts: 4,020 ✭✭✭Hijpo


    I have an old database which is made up of multiple .BIN files.

    Is there a way that you know of that i can query or convert these files into something readable?

    Any good to you?

    http://www.ehow.com/how_7730986_change-bin-files-database-files.html


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Worth checking out that link. I think there's a good chance it's some kind of proprietary format though. We were told to label any kind of cobol type database as a .bin file when I was in college.

    There is a tool called "file" which may be of use to you. It comes with any linux / unix distribution. It's pretty good at guessing the contents of a specific file. Do you know what the name of the original database app was? If it's a proprietary database and you don't have access to the original binary, or some variant of it, you're probably screwed.

    If you don't have access to a linux box, you're welcome to send me one of the .bin files and I'll see if it throws up anything.


  • Registered Users, Registered Users 2 Posts: 21,499 ✭✭✭✭Alun


    There's a another utility called TrID (http://mark0.net/soft-trid-e.html) that does something similar and is available in a Windows version.

    Alternatively you might want to just view the files with a hex viewer/editor to see if you can find any structure in the files. It may well be a very simple, fixed record /field length structure in which case it'd be relatively easy to write a small program to extract the data and write it out as, say, a csv file that could be imported into another database package relatively easily.


Advertisement