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

2018-09-16 Thread Mark Rotteveel
You are posting to the old list. The list has moved to Google Groups. Subscribe by sending a mail to: firebird-net-provider+subscr...@googlegroups.com or by visiting https://groups.google.com/forum/#!forum/firebird-net-provider Mark On 16-11-2017 15:33, LtColRDSChauhan wrote: Hello, 1. I nee

[Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 9

2017-12-02 Thread LtColRDSChauhan
onnection Re: > Firebird-net-provider Digest, Vol 139, Issue 7 (LtColRDSChauhan) > > > -- > > Message: 1 > Date: Thu, 23 Nov 2017 10:54:48 +0530 > From: LtColRDSChauhan > To: firebird-net-provider@lists.sourceforge.net > Subject: [Fireb

[Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 7

2017-11-22 Thread LtColRDSChauhan
onnection Re: > Firebird-net-provider Digest, Vol 139, Issue 6 (LtColRDSChauhan) > > > -- > > Message: 1 > Date: Sat, 18 Nov 2017 19:31:44 +0530 > From: LtColRDSChauhan > To: firebird-net-provider@lists.sourceforge.net > Subject: [Fireb

[Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 6

2017-11-18 Thread LtColRDSChauhan
e connection Re: > Firebird-net-provider Digest, Vol 139, Issue 3 (Ji?? ?in?ura) > > > -- > > Message: 1 > Date: Sat, 18 Nov 2017 09:07:35 +0100 > From: Ji?? ?in?ura > To: firebird-net-provider@lists.sourceforge.net > Subject: Re:

Re: [Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 3

2017-11-18 Thread Jiří Činčura
I would check inner exception to see what happened. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.l

Re: [Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 3

2017-11-17 Thread LtColRDSChauhan
gt; >> OS Windows 10 64 Bit >> >> Firebird ADO.NET Data Provider ? tried both: 5.11.0.0 and 5.12.0 >> >> Firebird 3.0.2.32703_0_Win64 >> >> 3. Please suggest possible solutions. >> >> Regards, >> >> Rajiv >> -- next p

[Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 3

2017-11-17 Thread LtColRDSChauhan
(LtColRDSChauhan) >2. Re: Error reading data from the connection (Gerdus van Zyl) > > > -- > > Message: 1 > Date: Thu, 16 Nov 2017 20:03:05 +0530 > From: LtColRDSChauhan > To: firebird-net-provider@lists.sourceforge.net > S

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

2017-11-16 Thread Gerdus van Zyl
You can just catch the exception, rollback the batch transaction if possible, reconnect and retry that batch again. Having retry logic is the only way to ensure reliability. On 16 November 2017 at 16:33, LtColRDSChauhan wrote: > Hello, > > 1. I need to frequently copy a table from one database t

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

2017-11-16 Thread LtColRDSChauhan
Hello, 1. I need to frequently copy a table from one database to another. This has started to fail now, apparently due to increase in number of records. Attempting to copy about 13,26,000 records fails reporting “Error reading data from the connection”. Number of records that I can still successfu

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

2015-01-25 Thread Luciano Mendes
Well I opened the bug http://tracker.firebirdsql.org/browse/DNET-585 but it was closed as Won't Fix :( -- View this message in context: http://firebird.1100200.n4.nabble.com/Error-reading-data-from-the-connection-tp4638893p4638927.html Sent from the firebird-net-provider mailing list archive at

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. -

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

2015-01-23 Thread Michał Ziemski
2015 11:49 AM > *To:* 'For users and developers of the Firebird .NET providers' > *Subject:* [Firebird-net-provider] Error reading data from the connection > > > > Hello > > I am experiencing an error regarding the new version of Firebird Client > 4.6.0 > >

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

2015-01-23 Thread Jiří Činčura
rebird-net-provider] Error reading data from the connection 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 connecti

[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 services