Reputation: 137
I am trying to save user data that has been entered and saved in a proprietary program. The program hasn't been updated for about eight years, the company behind it does no longer exist and no support is available. I have the old program installed and it can be used to open and edit the data but there is no way to export it. From the file names, the data seems to be stored in an ElevateDB database. The following files exists:
And a couple of files for tables:
I have downloaded ElevateDb Manager, hoping that I would be able to export the tables from there. But I am not able to connect to the database. I am able to "connect session" but there are no databases listed. After I have connected I can see that some new files have been created:
And EDBConfig.EDBLog size has been increased.
So DbManager does "something" with the database.
I am using the default "Administrator" - "EDBDefault" credentials. I think that if the problem was that the DB was protected with a custom password then DbManager would show a login error.
I also tried to use the ODBC driver with a similar result, it is not possible to select this database.
Upvotes: 0
Views: 389
Reputation: 137
I found a way to do it:
I guess the database absolute path is stored in the session files and that was messed up in some way.
Upvotes: 0