You are correct. the answer is no.

I use connection pooling, and just have a pool of connections that threads can access, I constrain them from being used at the same time.

Phil Middlemiss wrote:

Can multiple threads use a single TIBDatabase at the same time assuming it's already connected and each thread uses it's own TIBTransactions etc? I'm guessing no - but then again, you never know...

Phil.
_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to