From:
<car...@te...> - 2004-01-11 21:54:46
|
Hello: > Is connection pooling just turned on in the connection string or is there a > .net setting to do this. This is done using the connection string: Pooling=false Try this and comment the results please :): <add key="DbConnectionString" value="Database=C:\\Inetpub\\wwwroot\\NZ\\_database\\RESTOREDB.GDB;User=SYSDBA; Password=masterkey;Dialect=3;Server=localhost;Pooling=false"/> -- Best regards Carlos Guzmán Álvarez Vigo-Spain |