Answer the question
In order to leave comments, you need to log in
How to edit .idb file?
Rescue comrades.
There is commercial software, every time it is launched it connects to a database file, the file is named as uchetati.idb. The task was to add tens of thousands of records to the database, it is unrealistic to do this manually through the software, but if you somehow get access to editing this file, you can try. The file in the OS is initiated as vc++minimum rebuild dependency file, I open it through MS VS C++ and see the code in hex editor format. Put me on the right path, I beg you.
Answer the question
In order to leave comments, you need to log in
Most likely it is MS Jet or MS Compact SQL
Alternatively, see which dlls are being loaded.
You can just view the exe file or SysInternals utilities (it's free).
If msjet.dll - then it is clear that it is Jet
, etc.
If there is any ADO, then simply viewing the file will not work.
You need to run and see the SysInternals utilities
First you need to find out the engine used - the extension does not mean anything. Also, the file may be missing a header - to make it harder to determine the engine.
I would try to feed the file to different db engines - maybe some will pick it up. You can also rummage through the folder with the program to look for libraries, open the program itself with a HEX editor.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question