Subject RE: [firebird-support] system table behaviour
Author Mark Rotteveel
On Thu, 4 Feb 2016 15:55:29 +1100, "'Andrew Zenz'
andrew@...
[firebird-support]" <firebird-support@yahoogroups.com> wrote:
> 'Tis starting to make some sense now.
>
> Unfortunately our application establishes a connection to the FB server
> and remains active until shut down. I can't terminate it and create a
> new one. A 'feature' of the RAD we are using.

You don't need to close the connection or restart your application. You
only need to commit the current transaction (and start a new one if that
isn't done automatically for you).

Mark