aspose file tools
The moose likes JDBC and the fly likes Cannot read a Blob from a CachedRowSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Cannot read a Blob from a CachedRowSet" Watch "Cannot read a Blob from a CachedRowSet" New topic
Author

Cannot read a Blob from a CachedRowSet

Tomas Nilson
Ranch Hand

Joined: Jan 14, 2002
Posts: 33
Hello!
I have a JSP page that gets a CachedRowSet from a Java Bean (which communicates with my MySQL database).
I have no problems reading things like strings and integers from the CachedRowSet, but I can't read Blobs. I receive a datatype mismatch error when I try to do that.
I do something like:
java.sql.blob b = crs.getBlob("test");
and then it crashes...
Does anyone have any ideas of how to fix this?? Is more information needed??
PLEASE help me!!
/Tom
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Cannot read a Blob from a CachedRowSet
 
Similar Threads
close on CachedRowSet
CachedRowSet is abstract; cannot be instantiated?
Cached RowSet in java Null Pointer Exception
Problem with sun.jdbc.rowset.CachedRowSet
CachedRowSet is an abstract class