From:
<car...@te...> - 2004-01-11 21:24:21
|
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 |