Subject | Re: [Firebird-Architect] Multi-engine server |
---|---|
Author | Alex Peshkoff |
Post date | 2015-02-05T14:40:37Z |
On 05.02.2015 17:30, Dimitry Sibiryakov sd@...
[Firebird-Architect] wrote:
This code may be enhanced - here we just avoid remote & loopback providers.
[Firebird-Architect] wrote:
> 05.02.2015 15:19, Alex Peshkoff peshkoff@... [Firebird-Architect] wrote:_Existing_ plugins are really engine-dependent.
>> 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());
This code may be enhanced - here we just avoid remote & loopback providers.