• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Mapping String To CLOB datatype using WSAD 4.0

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I mapped CMP EJB to Oracle Database table using Bottom-up approach in WSAD 4.0. The table field type CLOB is mapped to byte[]. Also EJB mapping editor shows database column type as BLOB instead of CLOB.
How can I change my CMP attribute to String and map to DB column type CLOB?
Is it possible to map CMP EJB java.lang.String data type to CLOB using WebSphere Studio Application Developer 4.0?
Thanks.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic