Subject | RE: [firebird-support] Re: Unable to insert data into Column - Email found in subject |
---|---|
Author | Leyne, Sean |
Post date | 2011-12-13T19:12:31Z |
> im going to act dumb, is it a bad idea to change struture etc with activeGenerally, yes.
> connections then?
We always put the database into single user mode when we perform schema updates on our Classic engine deployments.
We have followed this practice for the last 9 years and we have never had a problem, so we never tested how the later FB versions might actually react. {If it ain't broke, don't mess with it}
> "it seems likelyIn theory, it is very simple, you need to simply close existing connections and open new connections.
> that you are modifying the table structure with active connections. Those
> active connections are not aware of the table change..."
>
> Any ideas of a way to get them to pick up the changes without a Db engine
> restart
In practice, this may be problematic depending on how your application manages connections.
Sean