Re: String to CLOB/BLOB conversion
Posted by: Mark Matthews
Date: May 06, 2005 11:10AM

srilatha Gottimukkala wrote:
> I have a String and I am trying to convert that
> String into BLOB, sothat I can insert that blob
> into the database table. SO what I did is I
> converted String to byte array and when I am
> trying to insert into the table which has a field,
> blob as datatype, it is giving me the error by
> saying,
> VALUE INCOMPATABLE WITH DATA TYPE OF OBJECT
> COLUMN

Srilatha,

That's not an error message that comes from the JDBC driver as far as I can tell. Can you please post the full stack trace of your exception?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: String to CLOB/BLOB conversion
May 06, 2005 11:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.