Specify a database alias for Firebird 5.0 #8854
-
|
Hello ! Please, tell me how to correctly specify a database alias in the databases.conf file fo Firebird 5.0 ? What's the difference between specifying a database alias in databases.conf and firebird.conf ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Database aliases cannot be specified in Examples of database declaration are written in |
Beta Was this translation helpful? Give feedback.
-
|
After configuring the databases.fdb file, connecting to the database via alias works correctly. |
Beta Was this translation helpful? Give feedback.
-
|
This was changed with Firebird 3.0. As documented in the Firebird 3.0 Release Notes, section
You can also refer to the Firebird Configuration Reference, section |
Beta Was this translation helpful? Give feedback.
Database aliases cannot be specified in
firebird.conf. That's the difference.Examples of database declaration are written in
databases.confitself. Pay attention: they may differ between versions.