I created a "Firebird4x32" folder in which I have all the necessary files to access the Firebird database in embedded mode.
If I copy the content to the root directory of the application (e.g. D:\app), the database is loaded and the application works with it normally.
But for the sake of clarity, I don't want to have so many files in the root directory. I therefore need to have Firebird in that separate folder (path D:\app\Firebird4x32). Unfortunately, in this case, the application cannot find the fbclient.dll file.
I found on the Firebird website that you can set the default directory in the firebird.conf file. However, I couldn't find information anywhere about how and where to add it in the mentioned file.
You don't happen to know where and how to set the path for fbclient.