Re: How to create BLOB & CLOB objects in java
Posted By:
Bozidar_Dangubic
Posted On:
Monday, April 1, 2002 06:32 AM
depends on the database. and you do not create then in Java, driver that you are using is suppose to create them. as I said, this depends on the database. Informix database has utility functions like file2clob and such that are used to create BLOB, CLOB... objects. so you need to consult the database that you are using for specifics on how data is ingested into the database as blob, clob,....