From: Martin <mc...@we...> - 2004-01-11 21:33:00
|
Hi, I have not knowingly turned on/off connection pooling so I guess I am using the default of ON. Is connection pooling just turned on in the connection string or is there a .net setting to do this. The connection string that I am using is this (from my web config file) <add key="DbConnectionString" value="Database=C:\\Inetpub\\wwwroot\\NZ\\_database\\RESTOREDB.GDB;User=SYSD BA;Password=masterkey;Dialect=3;Server=localhost"/> would I have to add some sort of attribute to this to disable connection pooling?? could you help me out here please?? cheers martin. "Carlos Guzmán Álvarez" <car...@te...> wrote in message news:400...@te...... > Hello: > > > I noticed that the code you provided added the call to dispose on the > > command object. This seemed to have no effect. > > Ok, thanks, one question, are you using connection pooling ?? it's > enabled by default and with it enabled connections are not really closed > when you call FbConnection.Close method, they return to the pool and > will be closed when they are expired. > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |