Subject Re: [IBO] Can I use more than 1 Connection?
Author Artur Anjos
Hi Rafael,

You can't with embedded server. This is something from the Embedded
version. You can use multiple transactions on that connection.

If you want to use multiple connections, we need to change to the server
version. This is not a IBO question, but a Firebird question.

But your first connection should connect ok. Just the second will fail.

Artur



> Hi
>
> Can I use more than 1 connection in my program? I´m using firebird embedded
> with ibo ...
> I put 2 connections and both had connected withou error ...
>
>
> Rafael Colucci