Subject | RE: [firebird-support] Re: Self Reference Error? Bug? Still Getting it |
---|---|
Author | Alan McDonald |
Post date | 2004-01-20T09:12:04Z |
> Actually, I was connected to the database from an EMS IB ManagerIt's not a failure - it's a protection device. You can't change metadata
> client while trying to execute this. When I closed the IB Manager
> client and tried it again, it worked.
>
> So, if you have a jdbc connection pool, and try to create the foreign
> key from a jdbc connection, does this mean it will fail if there are
> other open jdbc connections? Is there any workaround or planned
> further fixes for this?
>
> Thanks for the help...
while active transactions are ongoing. It's not regarded as good practice at
all to rifle your metadata while people are active.
Alan