I have developed an application using Delphi and Firebird 1.5, where the server is located on the same machine as the application. I am now deploying the application to another site, where the Firebird server (Superserver) is running on one machine (NT4) whilst the client is running on another machine.
The application can connect to the database if I include the qualified path in the application ('t:\db\cinema.gdb'), but naturally I would prefer to use an alias, so that the same code will work on my development machine (with the local server).
So, two questions: 1. Where should the 'aliases.conf' file exist - on each machine along with the application, or on the server? 2. What should the alias be? "cinema = t:\db\cinema.gdb", assuming that the database is on a mapped drive t? "cinema = 192.168.2.121:f:firebird\db\cinema.gdb", using the IP address of the server and the path to the database as the server sees it?
TIA, No'am