Hi
Is there any way to get the name and path of the dll which is automatically loaded by UNIDAC for Interbase/Firebird connection when you do not specify one in specific options for ClientLibrary?
Thanks
Intebase/Firebird dll path
Re: Intebase/Firebird dll path
Unfortunately, UniDAC doesn't support such functionality, To retrieve the name and the path to the library loaded automatically, you can use a third-party utility, e.g. Process Explorer.
Re: Intebase/Firebird dll path
In Windows try verify environment variable to paths Windows folders and to Firebird install... %FIREBIRD% or Registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Firebird Project\Firebird Server\Instances normally show path bin exe firebird
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Firebird Project\Firebird Server\Instances normally show path bin exe firebird
Re: Intebase/Firebird dll path
If the ClientLibrary property is set to an empty string, UniDAC will search for a client library in the following order:
1. The catalog from which the application is loaded.
2. The. //System32 system folder
3. The //SysWOW64 folder of 64-bit system
4. The //Windows folder.
5. Current workspace.
6. Folders listed in the РАТН environmental variable.
1. The catalog from which the application is loaded.
2. The. //System32 system folder
3. The //SysWOW64 folder of 64-bit system
4. The //Windows folder.
5. Current workspace.
6. Folders listed in the РАТН environmental variable.