If I open the FireDAC Explorer in Delphi Tokyo 10.2.1 and click the + sign in front of the employee database, it says it cannot find the file:
[FireDAC][Phys][IB]I/O error during "CreateFile (open)" operation for file ":localhost:C:\Users\Public\Documents\Embarcadero\Studio\19.0\Samples\data\employee.gdb" Error while trying to open file
Note the colon in front of localhost, I suspect that is the reason.
The entry in FDConnectionsDef.ini
is:
[EMPLOYEE]
DriverID=IB
Protocol=TCPIP
Database=localhost:C:\Users\Public\Documents\Embarcadero\Studio\19.0\Samples\data\employee.gdb
User_Name=sysdba
Password=masterkey
CharacterSet=
ExtendedMetadata=True
- File
C:\Users\Public\Documents\Embarcadero\Studio\19.0\Samples\data\employee.gdb
exists. That is also the string in the value column, you can't see that in the screenshot. - The same error occurs trying to connect from one of their sample programs
How can I get this to work?