Sacha Labourey wrote:

> Hello Georg,
> 
> Sorry but we don't speak about the same call. I was speaking about:
> 
>       PreparedStatement stmt = ...
>       ...
>       stmt.setCharacterStream (columnId, new StringReader (myBigString),
> myBigString.length)
>       ...
> 
> With JAWS, we don't cache the CLOB object we receive when making the call =>


To make matters worse, we may not have loaded the CLOB field, so even if 
we did cache, it would not always be there.

-dain



_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to