IBDAC and FB embedded.

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
polsol
Posts: 71
Joined: Sun 20 May 2007 13:29
Contact:

IBDAC and FB embedded.

Post by polsol » Sun 21 Mar 2010 15:29

I tried IBDAC with FB embedded. Moved to a second PC and got the message that dac105 and ibdac dlls required. Added them to the directory but then a 'complaint' that GDS32 was not found :roll: .
The client was set to FBclient.DLL (and FBEmbedded was renamed to FBClient.DLL - as necessary - in the embedded application)! Why would GDS32 be needed?
Adding GDS32 works.
:roll:

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: IBDAC and FB embedded.

Post by Dimon » Mon 22 Mar 2010 11:49

polsol wrote:I tried IBDAC with FB embedded. Moved to a second PC and got the message that dac105 and ibdac dlls required.
IBDAC applications can be built and deployed with or without run-time libraries. Using run-time libraries is managed with the "Build with runtime packages" check box in the Project Options dialog box.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: IBDAC and FB embedded.

Post by Dimon » Mon 22 Mar 2010 11:52

polsol wrote:The client was set to FBclient.DLL (and FBEmbedded was renamed to FBClient.DLL - as necessary - in the embedded application)! Why would GDS32 be needed?
Adding GDS32 works.
:roll:
To solve the problem set the TIBCConnection.ClientLibrary property to the FBClient.dll library location.

Post Reply