Subject Re: [firebird-support] force disconnect and replace db in use
Author Mark Rotteveel
On 1-10-2018 19:45, Issam Boughanmi amigoface@...
[firebird-support] wrote:
> is there any programming api to force firebird connections and pools to
> disconnect .

Firebird itself has no 'pools', connection pools are driver specific.

> i have a database that run on a shared web hosting in embedded mode .
>
> i want to be able to force disconnect in order to be able to replace the
> database programatically .

You can shutdown a database through the services API, but depending on
how you connect, you may need to force connections to close, which may
lead to dataloss as transactions in progress will be terminated.

Mark
--
Mark Rotteveel