| Author |
JDBC issue with Oracle LONG datatype
|
Ravi Madhavan
Greenhorn
Joined: Jun 19, 2006
Posts: 1
|
|
Hi there I am trying to do an update to a table which contains a column of LONG datatype in a ORacle Db. The problem I have is that I keep experiencing the error : java.sql.SQLException: Stream has already been closed The table contains 3 columns I am reading off (the other two being integer and varchar2).
|
got dills?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
You never read from the InputStream in that code. Which of those statements is throwing the exception, then?
|
 |
 |
|
|
subject: JDBC issue with Oracle LONG datatype
|
|
|