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

[Firebird-net-provider] changelog.txt and changes.txt

2007-07-13 Thread Jiri Cincura
Hi, seems that we lost these two files with 310 commit. I prosose to revert it to commit 304 and then do again changes you did in 310 (propably not commited right). I'll then add record about resolving DNET-106. Right? -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirk

[Firebird-net-provider] [FB-Tracker] Created: (DNET-106) FbCommandBuilder GetInsertCommand(True) throws an Implicit Cast Exception

2007-07-13 Thread Eduardo Gamboa (JIRA)
FbCommandBuilder GetInsertCommand(True) throws an Implicit Cast Exception -- Key: DNET-106 URL: http://tracker.firebirdsql.org/browse/DNET-106 Project: .NET Data provider