Re: [Firebird-net-provider] Newbie questions about .Net provider and thread safety

2007-07-13 Thread Jiri Cincura
On 7/13/07, Bryan Pendleton <[EMAIL PROTECTED]> wrote: > 1) Is FbConnection thread safe? Can two threads make calls > on the same connection at the same time? If not, can different > threads serially re-use the connection (first one thread > uses it, then later another thread uses it)? No. You sho

[Firebird-net-provider] Newbie questions about .Net provider and thread safety

2007-07-13 Thread Bryan Pendleton
Hi all, I'm just getting started with the FB .Net provider, so please excuse me if these are dumb questions: 1) Is FbConnection thread safe? Can two threads make calls on the same connection at the same time? If not, can different threads serially re-use the connection (first one thread uses it, t