I think the only thing left to do is wipe the system clean. The IDE, FPC, SQL DB Browser and start over. I dont know that's its worth it.
I fail to see the logic in that. Of course that isn't worth it.
Also it is rather pointless because no matter how many times you re-install, every time you would run into the same issues over and over again.
You simply seem to be missing a 32-bit version of msvcrt.dll, and I've already posted how you can obtain that file (*) (see also
wikipedia ). Simply use a dependency-walker/viewer to obtain this kind of information.
fwiw: this is a standard issue that most developers run into sooner or later and just comes with the territory. You would have more issues with using any other database, as they usually have a whole bunch of dependencies that have to be met. That said, some do come with everything included and have a nice installer. The only other possibility is using a native pascal implemented database such as dbf, cvsdataset, bufdataset, memdataset and alike.
edit(*) here you go:
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloadsAnd that for a non-windows user
