Subject Re: SELECT ONLY database query performance
Author Adam
Hello Vlad,

> Exactly what i wrote. You must not have more than one thread
calling
> isc_attach_database (or TIBDatabase.Open if you use IBX for example)
> simultaneously. Reread my message again ;)

Is this also true if you have a separate instance of a TIBDatabase (or
equivalent) per thread?

If so, what is the scope (system-wide mutex) or is an application wide
critical section sufficient.

TIA

Adam