Re: [Firebird-net-provider] Maybe bug in Dispose implementation

2010-02-20 Thread Jiri Cincura
On Sun, Feb 21, 2010 at 01:37, sasha wrote: > i've got an error Check the "connection pooling in a multithreading environment" tread. It's the same there! -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -

[Firebird-net-provider] Maybe bug in Dispose implementation

2010-02-20 Thread sasha
I'm playing with .NET 4 and FB privider and sometimes i've got an error: Object reference not set to an instance of an object. at FirebirdSql.Data.FirebirdClient.FbCommand.RollbackImplicitTransaction() at FirebirdSql.Data.FirebirdClient.FbCommand.Release() at FirebirdSql.Data.Firebir

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Radwan Khershif
The debug version seems to be a very good options. Bear in mind that embedded Firebird works fine. Thanks a lot. From: Jiri Cincura To: For users and developers of the Firebird .NET providers Sent: Sat, 20 February, 2010 14:35:33 Subject: Re: [Firebird-net-p

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Jiri Cincura
On Wed, Feb 17, 2010 at 23:32, khershif wrote: > To reproduce the issue I am having: > Using Windows 7 Ultimate, > - Install Windows Virtual PC 2007 XP Mode. > For the XP VM > - Install .NET framework 3.5 SP1 and its update. > - Install Firebird 2.5 RC. > - I tried first by just copying FB client

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Jiri Cincura
On Tue, Feb 16, 2010 at 21:43, Radwan Khershif wrote: > at FirebirdSql.Data.Common.IscHelper.VaxInteger(Byte[] buffer, Int32 index, > Int32 length) >    at FirebirdSql.Data.Common.IscHelper.ParseDatabaseInfo(Byte[] buffer) >    at > FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.GetDatabase

Re: [Firebird-net-provider] connection pooling in a multithreading environment

2010-02-20 Thread Jiri Cincura
On Fri, Feb 5, 2010 at 03:17, Bruce Tiffany wrote: > We encountered an error in FB 2.1.0 and 2.5.1 in some web applications: Is the application run under IIS? > Similar errors were occurring too frequently from various Firebird Does it mean you can simulate it consistently? > Specifically, the

[Firebird-net-provider] RFC cancelation of command exposure

2010-02-20 Thread Jiri Cincura
Hi *, the FB 2.5 added ability to cancel command directly via API. Now it's in sources, in low level calls and it's time to expose it in higher levels i.e. FbConnection/FbCommand. I have done some test with some designs and checked how it fits the end developer experience as well as how it fits AD