Install Firebird 2.x.
Then stop its services:
Install Firebird 3.x
Edit firebird.conf in C:\Program Files (x86)\Firebird\Firebird_3_0\
1 |
RemoteServicePort = 3051 |
Open command prompt as administrator
1 |
cd C:\Program Files (x86)\Firebird\Firebird_3_0 |
then install registry
1 |
instreg i |
change instance name
1 |
instsvc i -auto -name FB3 |
start new instance
1 |
instsvc start -name FB3 |
To connect a database using Firebird 3.x
1 |
localhost/3051:C:\Users\User\Desktop\main.fdb |
Also may be the need to assign library, so prefer this:
1 |
C:\Program Files (x86)\Firebird\Firebird_3_0\fbclient.dll |