[Firebird-net-provider] (no subject)

2008-07-18 Thread Pham Huu Le quoc phuc
I downloaded Provider 2.1, I found somes problems: 1. variable shouldDisposeSelectCommand in FbDataAdapter class not assign anywhere but it's used. 2. FBScript constructor with parameter filename, I think should has contructor with script input. I build a web service program, client program rea

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-18 Thread paha
Hi Jiri, so I managed it faster as supposed. The original problem: Suppose we have following code in for instance Windows Forms window. public Form1() { InitializeComponent(); FbConnection conn = new FbConnection("some connection"); conn.Open();

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-18 Thread Jiri Cincura
On Fri, Jul 18, 2008 at 5:11 PM, paha <[EMAIL PROTECTED]> wrote: > It seems like handling of RemoteEventCounts-Event of the FbRemoteEvent class > occurs in other than calling thread. It means, accessing some outside You mean the callback? > objects inside FbRemoteEventEventHandler is not thread s

[Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-18 Thread paha
Hi Jiri, i have one question: It seems like handling of RemoteEventCounts-Event of the FbRemoteEvent class occurs in other than calling thread. It means, accessing some outside objects inside FbRemoteEventEventHandler is not thread safe (and this fact is not obvious). Can you consider it as Featu

Re: [Firebird-net-provider] 2.5.0.0 provider and framework 3.5

2008-07-18 Thread Jiri Cincura
On Mon, Jul 14, 2008 at 2:10 AM, Dean Harding <[EMAIL PROTECTED]> wrote: > There is, but only if NET_35 and ENTITY_FRAMEWORK are defined. I presume > when 2.5 is released, there'll be two versions: one for .NET 2.0 and one > for .NET 3.5. Exactly. The development is done on VS2008 compiler (using