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
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
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
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
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"]