Re: big text in string as object over the network: very strange?

2001-06-22 Thread Tobias Streckel
Juni 2001 23:02 Betreff: RE: big text in string as object over the network: very strange? >CMP Entity beans do not support CLOB and BLOB fields...neither 1.1 or 2.0 >EJB Specification. you will need to use a Bean Managed Entity Bean and use >the JDBC API with CLOB and BLOB. You save them

RE: big text in string as object over the network: very strange?

2001-06-21 Thread Simon Evans
[mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 9:48 AM To: Orion-Interest Subject: RE: big text in string as object over the network: very strange? Are there any Data types in Java to access the Long and CLOB columns of the Oracle Database? The first bottleneck comes with the JDBC driver to

RE: big text in string as object over the network: very strange?

2001-06-21 Thread Metla, Suri
: Thursday, June 21, 2001 9:32 AM To: Orion-Interest Subject: Re: big text in string as object over the network: very strange? Very strange Okay, now I want to create a entity bean which have as attribute a object(this object have a only StringBuffer() object). The create method of the entity

Re: big text in string as object over the network: very strange?

2001-06-21 Thread Tobias Streckel
Very strange Okay, now I want to create a entity bean which have as attribute a object(this object have a only StringBuffer() object). The create method of the entity will be access from a session bean(in the same apps). The client have access on the session bean. If the session bean call t