Page 1 of 1

Client Library

Posted: Thu 12 Nov 2009 17:17
by calou
Hello,

What is the best way to configure the client library path because on a computer we can not know where is the FB engine (and of course the fbclient.dll) installed?

Regards

Posted: Thu 12 Nov 2009 17:40
by benek
Check it in Windows registry

RootKey->HKEY_LOCAL_MACHINE
Key->'\SOFTWARE\Firebird Project\Firebird Server\Instances'
Value->'DefaultInstance'

if Firebird is installed DefaultInstance exists and it's Firebird path

Posted: Fri 13 Nov 2009 11:08
by calou
Thanks for the help

Regards