This content has been marked as final.
Show 1 reply
-
1. Re: Unable to read large BLOB values from MySQL db
peterj Mar 14, 2008 11:10 AM (in response to neelma)The getObject method returns data in the format specified by the column in the database. Because the database column type is BLOB, getObject returns byte[]. If that data is a serialized Java object, you will have to unserialize it yourself in code.