[AnyDAC][Phys][IB]Unable to complete network request to host "127.0.0.1"

Hi,
I’m attempting to create a DA project in Delphi using DA Wizard.
As soon as I’ve finished building connection string through the wizard, if I press Test connection I get the following error:
Please note that I can conn ect to the very same Firebird database from the same machine using AnyDAC Explorer.
What is wrong with this picture?

Connection String Builder

[AnyDAC][Phys][IB]Unable to complete network request to host “127.0.0.1”.

Failed to locate host machine.

Undefined service gds_db/tcp.

OK

Hello,
We couldn’t reproduce this behavior.
We use the following connection string:
AnyDAC?AuxDriver=IB;Server=127.0.0.1;Database=C:\Program Files\Firebird\Firebird_2_1\examples\empbuild\EMPLOYEE.FDB;UserID=sysdba;Password=masterkey;Protocol=TCPIP;

Can you provide your connection string?
This article can be helpful:
http://www.firebirdfaq.org/faq227/

Hi Vovanl,

I’ve used the very same connection string that you cited in your post.

It turned out to be an issue with AnyDac ADDrivers.ini file.
In it I’ve specified in ADDrivers.ini the exact fbclient.dll to load both for VendorLibWin64 and VendorLibWin32 and all works fine now!

thank you anyway

fabio