Re: [Firebird-net-provider] Connection Pooling Problem

2006-04-04 Thread Eric Walmsley
Hi,  I did have Pooling=true when I ran the example and got the 10 connections. If I disable Pooling, then everything works, but the app runs a lot slower. Cheers Eric Carlos Guzmán Álvarez wrote: Hello: This connection string has pooling disabled ... I will try to make a tes

Re: [Firebird-net-provider] Connection Pooling Problem

2006-04-04 Thread Carlos Guzmán Álvarez
Hello: value="User=SYSDBA;Password=masterkey;Database=C:\ChARMTeamData\ChARM.fdb;DataSource=localhost;Charset=NONE;Pooling=false;MinPoolSize=10;MaxPoolSize=200;Connection Lifetime=5;ServerType=0" /> This connection string has pooling disabled ... I will try to make a test to see if there any pro

[Firebird-net-provider] Connection Pooling Problem

2006-04-03 Thread Eric Walmsley
Hi, I'm using version 1.7.1 and trying to use connection pooling, but the connections just grow and grow until I get a timeout. I've looked on the web and know about using the same connection string, but it doesn't seem to work. in Web.Config, I have: value="User=SYSDBA;Password=masterkey;D