Subject Re: [firebird-support] Unsuccessful execution error
Author Woody
From: "Rik Barker" <rik.barker@...>


> I'm a bit confused. Should I be creating a new connection for each
> query? Won't that stop me using the embedded server? Apologies if this
is
> documented somewhere, I've read somewhere in the region of 800 pages of
> Firebird and Interbase documentation today and I've mildly fried my brain.
>

Yes, threads should have their own database connection. With embedded, IIRC,
one application can connect as many times as it needs to. Embedded limits
the connection to specifically one application at a time but not necessarily
one connection from that application.

HTH

Woody (TMW)