Page 1 of 1

Intebase/Firebird dll path

Posted: Thu 06 Aug 2015 12:03
by Brob
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

Re: Intebase/Firebird dll path

Posted: Tue 11 Aug 2015 08:20
by ViktorV
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

Posted: Tue 22 Sep 2015 20:43
by emailx45
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

Re: Intebase/Firebird dll path

Posted: Wed 23 Sep 2015 09:41
by ViktorV
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.