This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes JDBC issue with Oracle LONG datatype Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC issue with Oracle LONG datatype" Watch "JDBC issue with Oracle LONG datatype" New topic
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
    
    2

You never read from the InputStream in that code. Which of those statements is throwing the exception, then?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBC issue with Oracle LONG datatype
 
Similar Threads
java.lang.ArrayIndexOutOfBoundsException: 1
Cannot perform SQL UPDATE null
connectivity problem
access database in java
access database with java