Client Library

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Client Library

Post by calou » Thu 12 Nov 2009 17:17

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

benek
Posts: 20
Joined: Sun 06 Jul 2008 14:22

Post by benek » Thu 12 Nov 2009 17:40

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

calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Post by calou » Fri 13 Nov 2009 11:08

Thanks for the help

Regards

Post Reply