HelloWould need to know more (is the app split? what is the back end? where is the app normally located? on a server? your machine? if server do you have a hardwired connection? ) however looks like the file is corrupted. From the size of the file it looks like it contains forms/code/etc plus tables so not split.
Suggest revert to a backup as I don't believe you can retrieve anything
Edit: I've tried opening your app from another db and also tried opening using ctrl-bypass and get the same error message.
HiI can confirm getting the same error
This means one or both of the following:
1. Its a split database and the linked table location isn't correct
2. The database is corrupt
I have tried using the shift bypass and decompiling but neither helped. Nor did trying to import objects into a new database
EDIT: Too late as CJ_London has written almost exactly the same thing. I also think its probably unrecoverable
I tried to recover only two tablesWould need to know more (is the app split? what is the back end? where is the app normally located? on a server? your machine? if server do you have a hardwired connection? ) however looks like the file is corrupted. From the size of the file it looks like it contains forms/code/etc plus tables so not split.
Suggest revert to a backup as I don't believe you can retrieve anything
Edit: I've tried opening your app from another db and also tried opening using ctrl-bypass and get the same error message.
i am used this program " accessfixinstaller" and "AccessRepairToolboxInstall" and "recoverytoolboxforaccessinstall"OK so how did you manage to recover those two tables?
Thank you, dear teacher.I would caution against purchasing any programs of that type.
Most are a waste of money. In general, any recovery they can do, can be done for free in Access
Anyway, good luck. Hopefully you have a recent backup
Thank you dear brotherI've managed to partly recover your database using free recovery software that I've used in the past and it can now be opened
That has restored 3 tables and lots of queries though many do not have their original names.
The recovery process used didn't restore forms/reports/modules however with luck you can restore most of them from an old backup
The file is a lot smaller as most of your data wasn't recovered.
Perhaps you will recover more with commercial recovery software but there is no guarantee they will work on such a badly corrupted file.
Suggest you try demo versions before spending any money
you are a great personI tried with two different file recovery apps. Both recovered exactly the same tables.
I think you have to accept that the remaining tables are permanently lost
Since that is not a "normal" SQL verb it might be helpful to explain the context in which that command would be given. And if you read the thread carefully, you would recognize that RESTORE is a TSQL command or SQL Server command but our original poster (OP) is talking about a native and monolithic DB. Access's ACE engine does not support the RESTORE verb. (Yes, we all wish it did...)Suppose the database is stuck in a recovery state and you do not have additional backups to restore. In that case, you can restore the database using the following command: RESTORE DATABASE [earnings] WITH RECOVERY.