Re: Prepared Statements are broke when storing big5 in a blob?
Posted by: Jeff Osborn
Date: June 23, 2005 01:12PM

OK, I was missing something. The reason why nothing I did made any difference was that....

Wait for it....

Wait for it....


I was making changes in our “save()” method (insert sql) which uses insert, and I was testing on an existing row which uses our “update()” method (update sql). Doh! Gee, no wonder the changes I made had no effect.

My problem was, as stated in the original post,...

“An interesting note is that the StringBufferInputStream class does not handle Unicode characters at all Doh!”

We were using the StringBufferInputStream as our InputStream. Once I fixed that in the code that I was actually executing it worked fine.

Sorry for the bad post.

Jeff

(Man, that is exactly why I beat my head against the keyboard for over a day before I posted... So I would not look dumb ;) . Missed it by that much!)

Options: ReplyQuote


Subject
Written By
Posted
Re: Prepared Statements are broke when storing big5 in a blob?
June 23, 2005 01:12PM


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.