[Firebird-net-provider] [FB-Tracker] Created: (DNET-589) CLONE -FirebirdSQL Connection Pooling (ADO.NET) is not Working

2015-01-23 Thread Luciano Mendes (JIRA)
CLONE -FirebirdSQL Connection Pooling (ADO.NET) is not Working -- Key: DNET-589 URL: http://tracker.firebirdsql.org/browse/DNET-589 Project: .NET Data provider Issue Type: Bug

[Firebird-net-provider] RES: Error reading data from the connection

2015-01-23 Thread Nicolas F. Timmers
But in this case the pooling problem give the correct would not try a new connection from the beginning and no longer use the pooling? -Mensagem original- De: Jiří Činčura [mailto:j...@cincura.net] Enviada em: sexta-feira, 23 de janeiro de 2015 09:56 Para: For users and developers of the

Re: [Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Jiří Činčura
That’s expected. The driver is not reopening the connection. -- Mgr. Jiří Činčura Independent IT Specialist From: Nicolas F. Timmers [mailto:nftimm...@hotmail.com] Sent: Friday, January 23, 2015 11:49 AM To: 'For users and developers of the Firebird .NET providers' Subject:

Re: [Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Michał Ziemski
I get this error too from time to time. When using pooling, after the firebird server is restarted it's immposible to establish a new connection to the serwer. Probably the provider pulls a bad connection from the pool and tries to use it despite its being broken. Cheers. Michał 2015-01-23

Re: [Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Jiří Činčura
Probably the provider pulls a bad connection from the pool and tries to use it despite its being broken. OK, so once more. Provider is not reopening the connection or doing *anything* with it. In fact it's even impossible to do it reliably.

[Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Nicolas F. Timmers
Hello I am experiencing an error regarding the new version of Firebird Client 4.6.0 In summary the following steps are necessary to generate the error 1) Using a page Ex: Default.aspx, make a connection to the database 2) After made the connection end the firebird service by windows

[Firebird-net-provider] ADO.NET provider 4.6.1.0

2015-01-23 Thread Jiří Činčura
More info http://blog.cincura.net/233495-ado-net-provider-4-6-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET

Re: [Firebird-net-provider] RES: Error reading data from the connection

2015-01-23 Thread Michał Ziemski
Or alternatively you could flush the pool. Michał 2015-01-23 15:02 GMT+01:00 Nicolas F. Timmers nftimm...@hotmail.com: But in this case the pooling problem give the correct would not try a new connection from the beginning and no longer use the pooling? -Mensagem original- De: Jiří

[Firebird-net-provider] RES: RES: Error reading data from the connection

2015-01-23 Thread Nicolas F. Timmers
But in this case Flush the pool will afect all the pools including from databases that dont have anything to do with this problem, but is on the same server De: Michał Ziemski [mailto:m...@e-adm.pl] Enviada em: sexta-feira, 23 de janeiro de 2015 12:14 Para: For users and developers of the

Re: [Firebird-net-provider] RES: RES: Error reading data from the connection

2015-01-23 Thread Michał Ziemski
You could use FbConnection.ClearPool rather than ClearAllPools(). Anyhow if the server restarted there is possibility of bronek connections in other pools. 2015-01-23 16:30 GMT+01:00 Nicolas F. Timmers nftimm...@hotmail.com: But in this case Flush the pool will afect all the pools including