Markus Blaurock wrote:
> 
> Hello
> 
> I have an Entity-Bean with CMP and a String-Attribute.
> 
> This Attribute gets filled in the create-method
> with a long (> 100K) Stringbuffer.
> The Attribute shows the correct size at the end
> of the create-method. At  the beginning of
> a getTextString Method it has a size of 56780 Bytes.
> The corresponding Entry in the  DBfield  has a size
> of 56780 Bytes also.
> (We use Oracle with a long datatype)
> 
> Why does it get truncated ?

Ok, i think i found it: It seems the well programmed
Oracle JDBC driver cuts it down - a BMP Bean with
putAsciiStream instead of putString does not
truncate the String. Oh Happy day :-)

sorry for the trouble
 
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to