Fb3 - per-database entries on first attaching?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Fb3 - per-database entries on first attaching?

Post by FredS » 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:
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.
My question is; does a framework for this already exist in UniDac?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Fb3 - per-database entries on first attaching?

Post by ViktorV » Thu 09 Jul 2015 10:09

Currently, UniDAC doesn't support the isc_dpb_config and isc_spb_config parameters.
If you want us to implement the feature, please post it at our user voice forum: http://devart.uservoice.com/forums/1046 ... 939-unidac If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply