Page 1 of 1

Firebird 3 embedded

Posted: Mon 02 May 2016 17:17
by Daniel Fagnan
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 ! :?

Re: Firebird 3 embedded

Posted: Thu 05 May 2016 11:06
by ViktorV
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.

Re: Firebird 3 embedded

Posted: Thu 05 May 2016 11:40
by Daniel Fagnan
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

Re: Firebird 3 embedded

Posted: Thu 05 May 2016 12:21
by ViktorV
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.