Re: [Firebird-net-provider] Database file locks with embedded version

2007-03-28 Thread Michele Lepri
Carlos Guzmán Álvarez ha scritto: > I will try to check that the ClearAllPools is doing his work, any way > have in mind that the file could be in use for a little amount of time > after the conections get closed and if asp.net spawns a new process the > db file will be not accessible by the ebed

Re: [Firebird-net-provider] Database file locks with embedded version

2007-03-28 Thread Carlos Guzmán Álvarez
Hello: > I'm using provider 2.1.beta3 version. > I have some trouble with db-file locking with asp.net + embedded version. > I'm using connection-pool, and when the application is shutting down, i > call the FbConnection.ClearAllPools() methods for clean the conn-pool: i > debugged the app & i'm

[Firebird-net-provider] Database file locks with embedded version

2007-03-26 Thread Michele Lepri
Hi all! ;) I'm using provider 2.1.beta3 version. I have some trouble with db-file locking with asp.net + embedded version. I'm using connection-pool, and when the application is shutting down, i call the FbConnection.ClearAllPools() methods for clean the conn-pool: i debugged the app & i'm sure