Subject Re: [firebird-support] Error creating Foreign key
Author Dimitry Sibiryakov
12.06.2018 16:38, Mourad Hedfi mourad@... [firebird-support] wrote:
> Yes, the problem is reproduced on EMS but not with Flamerobin.

The difference between them is in transaction parameters. Transaction with "nowait"
flag can get "object in use" error even of the object is not really in use because of lazy
lock release.
You must use "wait" transaction for metadata changes.


--
WBR, SD.