Subject | RE: [firebird-support] object is in use |
---|---|
Author | Leyne, Sean |
Post date | 2014-08-18T19:29:29Z |
> To avoid such error, try to change the DDL transaction parameter to WAITWhile this would avoid the error, you will not know when/if your change will be applied.
> instead of NO WAIT.
A connection can hold an object in use for an indeterminant period of time.
For me, I want to know that the change will apply/has been made, if not, I will track down the source of the problem... and then re-run.
Sean