I got this work assignment from my boss where I shall try to get information from an old database. The thing is, we know nothing about it. We hope it is some known format and not something the developer made himself.
It comes standalone with an application (unknown language) and seems to be a mix of file types. In one folder there are, for example:
MISCINFO.BRG (27 531 kb)
MISCINFO.IDX (264 kb)
MISCINFO.LOG (30 422 kb)
In another folder where there are a bunch of VIS-files.
I don't really know where to start. I need some driver to access these files, preferbly by ODBC or just by open them somehow.