On the file settings.ini which is on main folder of EMDI ( C:\Program Files (x86)\SBZ systems\EMDI )
change the following lines for different database and password:
1 2 3 4 5 6 |
[DB] charset=ISO8859_1 library= username=SYSDBA password=masterkey path=C:\Program Files (x86)\SBZ systems\EMDI\dbs\main.fdb |
The variable library is used in case there is colide with another software or database,addional save the the path of the library(dll).
If you want to connect the database on you local network or through internet, type the path the ip of the computer that is installed.
ex.:
1 2 3 4 5 6 |
[DB] charset=ISO8859_1 library= username=SYSDBA password=masterkey path=192.168.1.10:C:\Program Files (x86)\SBZ systems\EMDI\dbs\main.fdb |
or through static ip via internet
1 2 3 4 5 6 |
[DB] charset=ISO8859_1 library= username=SYSDBA password=masterkey path=sbzsystems.com:C:\Program Files (x86)\SBZ systems\EMDI\dbs\main.fdb |