[Firebird-net-provider] [FB-Tracker] Created: (DNET-666) FirebirdSQL Connection Pooling (ADO.NET) is not Working since 4.5.2 version

2016-02-01 Thread alexedu (JIRA)
FirebirdSQL Connection Pooling (ADO.NET) is not Working since 4.5.2 version --- Key: DNET-666 URL: http://tracker.firebirdsql.org/browse/DNET-666 Project: .NET Data provider

[Firebird-net-provider] [FB-Tracker] Created: (DNET-667) Error reading from connection : FirebirdSQL Connection Pooling (ADO.NET) is not Working

2016-02-01 Thread alexedu (JIRA)
Error reading from connection : FirebirdSQL Connection Pooling (ADO.NET) is not Working --- Key: DNET-667 URL: http://tracker.firebirdsql.org/browse/DNET-667

Re: [Firebird-net-provider] Disconnection Problem In Vb.net with Firebird

2016-02-01 Thread SUKHEN DASS
first i call openconnection method to update some field then i am calling Rename method On Tuesday, February 2, 2016 11:16 AM, SUKHEN DASS wrote: Dear Team, I am facing a problem of connection still in use after clearing the pool and dispose connection objectbut

Re: [Firebird-net-provider] Disconnection Problem In Vb.net with Firebird

2016-02-01 Thread Jiří Činčura
Calling `FbConnection.ClearAllPools` is enough. You don't have to call anything else. Though you might give server few ms to release the file - it's not guaranteed that closing all connections will immediately release the file. -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-net-provider] [FB-Tracker] Created: (DNET-668) Connection resiliency

2016-02-01 Thread Jiri Cincura (JIRA)
Connection resiliency - Key: DNET-668 URL: http://tracker.firebirdsql.org/browse/DNET-668 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura

[Firebird-net-provider] Disconnection Problem In Vb.net with Firebird

2016-02-01 Thread SUKHEN DASS
Dear Team, I am facing a problem of connection still in use after clearing the pool and dispose connection objectbut as i close the vb.net application it free the database connection and i can rename the database manually which i want to do at run time Code as belowImports System.DataImports