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

2010-09-28 Thread Jiri Cincura
On Tue, Sep 28, 2010 at 11:53, Jiri Cincura wrote: > SW as well (i.e. network card > driver bug) Or, of course, server crash (bad UDF, etc.). -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

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

2010-09-28 Thread Jiri Cincura
On Tue, Sep 28, 2010 at 11:28, Niall Naughton wrote: > Just recently we have been experiencing a lot of our firebird installations > generating errors of type 'Error reading data from the connection.'. Our > Firebird installations are of the 'Classic' type and have used version 1.5.2 > for the pas

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

2010-09-28 Thread Helen Borrie
At 10:28 PM 28/09/2010, Niall Naughton wrote: >Just recently we have been experiencing a lot of our firebird installations >generating errors of type 'Error reading data from the connection.'. Our >Firebird installations are of the 'Classic' type and have used version 1.5.2 >for the past few ye

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

2010-09-28 Thread Niall Naughton
Just recently we have been experiencing a lot of our firebird installations generating errors of type 'Error reading data from the connection.'. Our Firebird installations are of the 'Classic' type and have used version 1.5.2 for the past few years. Our .Net based software connects with the Firebir

Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread HugoHiasl
x27; OCR string" (Take care. There are 2 single quotes on every side of ''sample'' not one double-quote) :-) _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kixzo Database Team Sent: Donnerstag, 24. Juli 2008 08:56 To: firebird-net-provider

Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Joaquim Pais
Hello, if OCR_DATA is a binary do you have using parametrized queries. example fbcomamnd cmd = new fbcommand(); cmd.connection = ; cmd.commandtext= INSERT INTO OCRCONTENT(FileCode, OCR_DATA)VALUES(12202,@OCR_DATA); cmd.parameters.clear(); cmd.parameters.add("@OCR_DATA",) cmd.executenonquery(); T

Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Carlos
Hello: And that string data I am passing to the insert Query. > > OCRDATA= "OCRResult"; > Query= "INSERT INTO OCRCONTENT(FileCode, OCR_DATA)VALUES(12202,+ "'" + > OCRDATA + "')"; Can you try using parametrized queries ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com ---

Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Kixzo Database Team
and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] "Error Reading Data from Connection" Some example what you're doing would be helpful. -- Jiri {x2} Cincura (CTO x2develop.co

Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Jiri Cincura
Some example what you're doing would be helpful. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challen

[Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Kixzo Database Team
Hello, I am facing problem with inserting data into BLOB Subtype 1 field. When the text size going to some extent. What could be the problem. I am using a simple insert query for inserting the Text Data. Regards, Rakesh Singh. http://www.4colordesign