How to tell the database type checking the file

Posted by Click Ok on Stack Overflow See other posts from Stack Overflow or by Click Ok
Published on 2010-05-07T06:42:07Z Indexed on 2010/05/07 6:48 UTC
Read the original article Hit count: 311

My friend have a system to manage customers. The program per si is terrible, and my friend lost contact with the developers.

The case is, now my friend lost the access to program (something that the developers say "locked to machine" so when moved to another pc, he lost the access to program and data.

I get mission of to try to recover the database, migrating to another database, and create a cool program to my friend.

Now I need to discover wich database was used by the developers. I know that the program was made using Visual Basic, because the MSVBVM60.DLL is required.

There is some program to read the metadata in the .dat files and discover wich database was used?

© Stack Overflow or respective owner

Related posts about database

Related posts about reverse-engineering