"Suresh R. Joshee" wrote:
Hi all
I wants to insert a long string containig thousand of bytes in to my mysql
database having blob column through java program. I am using mm.mysql jdbc
driver. Any body know how to insert long string into blob column from java
program.
Your coperation is highly appreciated.
Regards
Suresh @ ZoomSports.com Pte Ltd
Hi Suresh
What's your problem with it?
Do you use PreparedStatement with setBytes( blob ) ?
Is your blob bigger than 64 KBytes?
Which version of mm driver are you using?
Tschau
Christian