Hi !
I have a problem I have spent two days on now, and I couldn't solve it.
I am working on a jsp-database application.
I send a query in which I get strings and a long column in resultset.
I get the string columns by getString function, and the long by getBinaryStream function.
When I try to get only string columns, I have no problems, but when I try to get the long one, it throws an error after some queries :
SQL Error : 17002 - Io exception: not in streaming mode
and the browser displays :
java.io.IOException: "Error: Attempt to clear a buffer that's already been flushed"
at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code) at java.lang.Exception.(Compiled Code)
at java.io.IOException.(IOException.java:47)
...
I don't know how to solve this, and I have tried so many things, I'm really bored !
Please, help me if you know anything about it !
Gaelle.