2
I have the following error when connecting to Firebird 2.5 (64 bit) on Delphi XE3:
DBX Error: Driver could not be properly initialized. Client library may be Missing, not installed properly, of the Wrong version, or the driver may be Missing from the system path Firebird
I tried to put the DLL fbclient
in the folders system32
and syswow64
but I still have the same mistake.
Does anyone have any idea?
you’ve already put the
icuXX30.dll
in the briefcase?– Math
by the way, you want to use the Firebird Embedded or vc installed it?
– Math
For testing, have you already put the dll in the same executable folder? Have you checked if the server service is running? Have you checked if the port that the server has installed is the same one that you are trying to connect to? How is the Connection configured in Delphi? it can look for gds32 or fbClient
– Caputo