Re: [Firebird-net-provider] Embedded client not releasing db file

2009-06-29 Thread Jared Cooper
Yes I was, but setting pooling=false in the connect string has fixed it. Thank-you very much for pointing me in the right direction. -Original Message- From: Carlos Guzmán [mailto:carlosg...@gmail.com] Sent: 29 June 2009 10:03 To: For users and developers of the Firebird .NET providers

Re: [Firebird-net-provider] Embedded client not releasing db file

2009-06-29 Thread Carlos Guzmán
Hello: > After using the above client then closing the database connection, the DB > file is not actually closed until the app is closed - I can see the file > handle exist in process explorer. Are you using Connection Pooling ( it's enabled by default ) ?? -- Carlos Guzmán Álvarez Vigo-Spai

[Firebird-net-provider] Embedded client not releasing db file

2009-06-29 Thread Jared Cooper
Using embedded FB v2.1.1.17910 as embedded, with .net client v2.1.0 on WinXP. After using the above client then closing the database connection, the DB file is not actually closed until the app is closed - I can see the file handle exist in process explorer. Our app is actually two apps that bo