[Firebird-net-provider] Crash in Update

2006-10-30 Thread Pierre Arnaud
Hello Carlos, It has been quite some time since I did not update my code with respect to Firebird and the FirebirdClient library. I have downloaded and compiled FirebirdClient ADO.NET 2.0 provider for .NET 2.0. It is the final 2.0 version. And I am running a RC5 Firebird server on my 2003 server.

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Pierre Arnaud
Here is an update on the previously described bug. If I edit the SelectCommmand of the DataApter in the FbCommandBuilder RowUpdatingHandler to remove the "WHERE (0 = 1)" condition, the code no longer crashes. This should really narrow down the problem :-) If you find a fix, how can I get the upda

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Carlos Guzmán Álvarez
Hello: > Here is an update on the previously described bug. > > If I edit the SelectCommmand of the DataApter in the FbCommandBuilder > RowUpdatingHandler to remove the "WHERE (0 = 1)" condition, the code > no longer crashes. This should really narrow down the problem :-) > > If you find a fix, how

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Carlos Guzmán Álvarez
Hello: > Do you have enough information to get an idea as to how the bug > could be fixed ? Could you check if this works for you ?? using (FbConnection c = new FbConnection(csb.ToString())) { c.Open(); using (FbCommand comm

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Pierre Arnaud
On Monday, October 30, 2006 9:08 PM [GMT+1=CET], Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: Could you check if this works for you ?? using (FbConnection c = new FbConnection(csb.ToString())) { c.Open(); using (FbCommand