问题
Are there any conflicts if both Interbase and Firebird are installed on the same workstation? Does anyone have any tips or best practices for this?
回答1:
Interbase uses port 3050 by default. So, you have to choose another number for Firebird server on the same machine. Port number is specified through firebird.conf file. You have to restart Firebird service after changing conf file.
Actually I have four different versions of FB running on my development computer. In this case every instance must use its own port number and have unique instance name given using -n switch of instsvc.
Dont forget to specify custom port number in a connection string. For port 3051 the string will look like:
Server/3051:path_to_db_file
A good link to check
回答2:
If you change the port for either Firebird or InterBase, then it's OK.
来源:https://stackoverflow.com/questions/11119683/install-both-interbase-and-firebird