Re: [Firebird-net-provider] Fw: Connetion pooling problem

2009-02-05 Thread Ali Erdogan
Hi Mercea, connectionString="character set=NONE;initial catalog=database.FDB;user id=SYSDBA;password=pass;data source=localhost" I use Firebird .net provider 2.5.0.0, IIS 6 and win server2003 There is only this application on this server. From: Mercea Paul To

Re: [Firebird-net-provider] Fw: Connetion pooling problem

2009-02-05 Thread Mercea Paul
Hi Ali How is your connection string looks like? Pooling is set to true ? Regards, Paul From: Ali Erdogan [mailto:allierdo...@yahoo.com] Sent: Thursday, February 05, 2009 16:01 To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] Fw: Connetion pooling p

[Firebird-net-provider] Fw: Connetion pooling problem

2009-02-05 Thread Ali Erdogan
Hi, I have an application written on asp.net with Firebird .net provider and Firebird Classic 1.5.2 I have a connection string in my web.config file and i always use this con string to establish a connection. However when i check the number of the connections in the pool i see more then one

Re: [Firebird-net-provider] BUG report

2009-02-05 Thread Jiri Cincura
http://tracker.firebirdsql.org/browse/DNET-182 -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)A

[Firebird-net-provider] BUG report

2009-02-05 Thread Igor Elyas
Hello Provider version is 2.1.0 for .NET 2.0 Call: DataTable t = FbConnection.GetSchema("Columns", new[] {null, null,"TABLE"}) In returned rows column "IS_ARRAY" filled with incorrect value. All normal columns marked as ARRAYS. FbColumns.cs line 140: row["IS_ARRAY"] = (row["COLUMN_ARRAY"]