Firebird Documentation IndexFirebird 3.0.6 Release Notes → Configuration Additions and Changes
Firebird Home Firebird Home Prev: Reserved Words and ChangesFirebird Documentation IndexUp: Firebird 3.0.6 Release NotesNext: Macro Substitution

Chapter 6: Configuration Additions and Changes

Table of Contents

Scope of Parameters
Macro Substitution
Includes
Expression of Parameter Values
Per-database Configuration
New Parameters
Parameters Changed or Enhanced
Parameters Removed or Deprecated

The file aliases.conf is renamed to databases.conf. An old aliases.conf from a previous version can simply be renamed and the new engine will just continue to use it as before. However, databases.conf can now include some configuration information for individual databases.

Scope of Parameters

Some parameters are marked as configurable per-database or per-connection.

  • Per-database configuration is done in databases.conf.

  • Per-connection configuration is primarily for client tool use and is done using the DPB parameter isc_dpb_config or, for Services, the SPB parameter isc_spb_config.

  • In the case of Embedded, the DPB can be used to tune per-database entries on first attaching to a database.

Prev: Reserved Words and ChangesFirebird Documentation IndexUp: Firebird 3.0.6 Release NotesNext: Macro Substitution
Firebird Documentation IndexFirebird 3.0.6 Release Notes → Configuration Additions and Changes