Firebird 3 embedded

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daniel Fagnan
Posts: 58
Joined: Fri 13 Oct 2006 00:08

Firebird 3 embedded

Post by Daniel Fagnan » Mon 02 May 2016 17:17

With the last version ibDAC, Embedded connection is available for firebird 3
Now fbembed.dll is replace with fbclient.dll with firebird 2.5 is ok but now with firebird 3.0
Nothing ?????
list of library used
fbclient.dll - client libary
firebird.msg -
ib_util.dll -
icudt52.dll -
icudt52l.dat -
icuin52.dll -
icuuc52.dll -
firebird.conf –
databases.conf –
msvcp100.dll –
msvcr100.dll –
intl\fbintl.conf –
intl\fbintl.dll –
plugins\engine12.dll - server code

What's is wrong ! :?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Firebird 3 embedded

Post by ViktorV » Thu 05 May 2016 11:06

Unfortunately we were not able to reproduce the problem. When using the files you mentioned , we connected to Firebird 3 Embedded without any problems. Please, compose and send us a complete example demonstrating the problem, including the files you used, in order for us to give you a detailed answer.

Daniel Fagnan
Posts: 58
Joined: Fri 13 Oct 2006 00:08

Re: Firebird 3 embedded

Post by Daniel Fagnan » Thu 05 May 2016 11:40

32 bit application = 32 bit fbclient library for embedded on intel pc 64 bits
Now it's work

My pc is 64 bits but my application is 32 bits I tryed to load 64 bit fbclient witn no success
With 32 firebird engine all work correctly

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Firebird 3 embedded

Post by ViktorV » Thu 05 May 2016 12:21

You should use the 32-bit versions of the libraries you use (fbclient, engine12.dll, etc.) for a 32-bit application or 64-bit versions of these libraries for a 64-bit application, not depending on the OS bitness.

Post Reply