Install Firebird 2.x.
Then stop its service:
Install Firebird 3.x
Choose edit firebird.conf inside C:\Program Files (x86)\Firebird\Firebird_3_0\
1 |
RemoteServicePort = 3051 |
Launch command prompt as administrator
1 |
cd C:\Program Files (x86)\Firebird\Firebird_3_0 |
Then install registries
1 |
instreg i |
And change the instance name.
1 |
instsvc i -auto -name FB3 |
Finally instantiate the new instance
1 |
instsvc start -name FB3 |
Για να συνδέσουμε μια βάση δεδομένων χρησιμοποιώντας Firebird 3.x
1 |
localhost/3051:C:\Users\User\Desktop\main.fdb |
Επίσης ίσως χρειαστεί να γίνει assign μια βιβλιοθήκη, οπότε προτιμήστε αυτό:
1 |
C:\Program Files (x86)\Firebird\Firebird_3_0\fbclient.dll |