Title: RE: [JBoss-user] CMP and BLOBs

I used BLOB field to store text, CMP works fine with the following mapping in jaws.xml

         <cmp-field>^M
           <field-name>body</field-name>^M
           <column-name>body</column-name>^M
           <sql-type>JAVA_OBJECT</sql-type>^M
           <jdbc-type>BLOB</jdbc-type>^M
         </cmp-field>^M

-----Original Message-----
From: Darius Davidavicius [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 11:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMP and BLOBs



re hi,

For BMP beans if I using Oracle 8i BLOBs works fine.
I'm interesting if anyone uses CMP for BLOBs storing. (not necessary Oracle)

site http://wamoz.com/JDBC_and_Oracle_LOB.asp tells about the BMP way of data reading / writing.

D&D

 
On Tue, 22 May 2001 16:04:23 +0200, Burkhard Vogel wrote:

>No, due to Oracle driver limitations.
>see http://wamoz.com/JDBC_and_Oracle_LOB.asp
>Burkhard
>----- Original Message -----
>From: "Darius Davidavicius" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, May 22, 2001 3:20 PM
>Subject: [JBoss-user] CMP and BLOBs
>
>
>> hi all,
>>
>> I would be thankfull if anyone advice me if it is possible to map byte[]
>to the BLOB field of DB?
>> I'm going to use Oracle 8i, MSSQL or PostgreSQL
>> any tips, samples or links to how to.... would be perfect.
>> Thanks in advance,
>> D&D
>>
>>
>>
>>
>
>
>_______________________________________________
>JBoss-user mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-user




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to