Large Objects and Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • canso
    New Member
    • Jul 2007
    • 3

    Large Objects and Java

    I want to store a file in the database. I create my tables from deploying the table ddl generated in Rational App developer. How do get the ddl to create a LOB column?
  • sakumar9
    Recognized Expert New Member
    • Jan 2008
    • 127

    #2
    You can use LOB types (BLOB/CLOB). I am not aware of ddls that are generated by Rational App developer. Maybe you can refer to the sample SQLLIB/samples/java/jdbc/dtlob.java .


    Regards
    -- Sanjay

    Comment

    Working...