Subject Re: [Firebird-Architect] Multi-engine server
Author Alex Peshkoff
On 05.02.2015 17:30, Dimitry Sibiryakov sd@...
[Firebird-Architect] wrote:
> 05.02.2015 15:19, Alex Peshkoff peshkoff@... [Firebird-Architect] wrote:
>> Any
> Are you sure?..
>
>> const char* providers = "Providers=" CURRENT_ENGINE;
>> dpb.insertString(isc_dpb_config, providers, fb_strlen(providers));
>> att = p->attachDatabase(status, secDbName, dpb.getBufferLength(), dpb.getBuffer());

_Existing_ plugins are really engine-dependent.
This code may be enhanced - here we just avoid remote & loopback providers.