On Monday, February 17, 2003, at 02:51  PM, Rod Macpherson wrote:

I still hold there is no
4K limit using JDBC calls.
I have tested this in the past using straight java(x).sql.* calls and was unable to get it to work unless the oci driver was used. I suspect that weblogic is using the Oracle APIs, because they don't have to worry about source distribution and enabling Joe Programmer to build it.

You keep claiming that this problem can be solved, but have yet to demonstrate a working test case.

This:
PreparedStatement statement = connnection.prepareStatement(
	"UPDATE BAR SET FOO = ? WHERE BAR_ID = 1");
statement.setBinaryStream(1, stream, file.length());
statement.executeUpdate();
is exactly what JBoss CMP is doing now, and it exhibits the 4k problem.

Steve Coy



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to