3 messages in com.mysql.lists.javasetBinaryStream limit?
FromSent OnAttachments
Bruce Kerns15 Dec 1999 09:07 
Mark Matthews15 Dec 1999 13:22 
Thanush Thamban29 Jan 2000 01:29 
Subject:setBinaryStream limit?
From:Bruce Kerns (bke@pads.com)
Date:12/15/1999 09:07:27 AM
List:com.mysql.lists.java

Has anyone encountered a problem with sending more than 44K of data with a PreparedStatement.setBinaryStream()?

I just wrote a piece that is able to set and get blob fields in mysql but anything larger than ~44165 bytes get a ArrayIndexOutOfBoundsException on executeUpdate().

puzzling

-bk

Anyone have a code sample of the use of setBlob? I just don't get it.