There are cases where the database port is different from the default one which is 3050.
We open the settings.ini file located in the folder:
1 |
C:\Program Files (x86)\SBZ systems\EMDI\ |
and put the port’s number in the port field:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[DB] host=localhost library= port=3051 path=C:\Program Files (x86)\SBZ systems\EMDI\dbs\MAIN.FDB password=masterkey username=SYSDBA [syncDB] host=localhost library= port=3051 path=C:\Program Files (x86)\SBZ systems\EMDI\dbs\MAIN.FDB password=masterkey username=SYSDBA |
If we have many uses / companies then we define the database as:
1 |
127.0.0.1/3051:C:\Program Files (x86)\SBZ systems\EMDI\dbs\MAIN.FDB |