Subject Re: [firebird-support] Database allow only single connection
Author Helen Borrie
At 09:36 AM 1/05/2012, you wrote:
>Hi,
>
>I'm using Firebird 2.5 Super Server.
>
>I have to use a database created by another person and I have a problem, this database allow only one connection. Al the other databases on the same PC I created allow multiple connections.
>
>How do I fix this problem?

1. Do a gstat -h to check whether the database is in a shut down single state.
2. Check metadata as to whether you have an ON CONNECT trigger that creates this condition.

./heLen