Fb3 - per-database entries on first attaching?
Posted: Tue 07 Jul 2015 19:54
Hi,
Now that Fb3 beta2 is out I started testing things and would like to do away with databases.conf for the embedded connection. After a few tests it became clear that the embedded connection does not require a databases.conf to work however all settings are defaulted.
In the "Firebird 3.0 Release Notes" page 40 "Scope of Parameters" it appears possible to pass additional per-database and per-connection parameters:
Now that Fb3 beta2 is out I started testing things and would like to do away with databases.conf for the embedded connection. After a few tests it became clear that the embedded connection does not require a databases.conf to work however all settings are defaulted.
In the "Firebird 3.0 Release Notes" page 40 "Scope of Parameters" it appears possible to pass additional per-database and per-connection parameters:
My question is; does a framework for this already exist in UniDac?Per-connection configuration is primarily for client tool use and is done using the DPB parameter
isc_dpb_configor, 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.