Install both Interbase and Firebird

橙三吉。 提交于 2019-12-11 05:55:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!