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

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

2017-12-02 Thread LtColRDSChauhan
ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Firebird-net-provider digest..." > > > Today's Topics: > > 1. Error reading data from the connection Re: &

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

2017-11-22 Thread LtColRDSChauhan
ts.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Firebird-net-provider digest..." > > > Today's Topics: > > 1. Error reading data from the connection Re: &

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

2017-11-18 Thread LtColRDSChauhan
ts.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Firebird-net-provider digest..." > > > Today's Topics: > > 1. Re: Error reading data from the connection 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!

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

2017-11-17 Thread LtColRDSChauhan
--- >> >> Message: 1 >> Date: Thu, 16 Nov 2017 20:03:05 +0530 >> From: LtColRDSChauhan <rdsc1...@gmail.com> >> To: firebird-net-provider@lists.sourceforge.net >> Subject: [Firebird-net-provider] Error reading data from the >> connection

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

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

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

[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

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

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

2015-01-23 Thread Jiří Činčura
-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 connection end

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

2015-01-23 Thread Michał Ziemski
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 In summary the following steps are necessary to generate the error 1) Using a page Ex

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