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

2009-06-29 Thread Jared Cooper
providers Subject: Re: [Firebird-net-provider] Embedded client not releasing db file 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 C

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