Good evening,
I am struggling to get my Delphi/Firebird configuration to work again.
It was never a problem, but now, somehow Delphi will not connect to the Firebird Server (local) in design time ( data Explorer), complaining it cannot find fbClient.dll/fbembed.dll
I tried installing firebird 32bit, 64bit, and using 32bit / 64 bit fbClient dll's in the system32 and SysWOW64 directory, in all kinds of combinations, all without result.
What is not clear to me :
- Delphi is 64bit application --> therefore the fbClient.dll must also be 64bit ? ---> therefore the firebird Server must also be 64 bit ?
- I am building a 32bit Windows application, so that applciation should use a 32bit fbClient.dll. The dll can however still connect to the 64bit FB Server, right ?
I also tried opening the FDConnection with different versions of the fbClient dll in the application's exe-directory, without result...
Can someone please shed some light in the darkness (or hand me a torch ;-) ) ?
kind regards,
Dirk Janssens.