Quote:
|
Originally Posted by Tank
But the most interesting question remains!
- how di you actually tell db2 to store a file
in the CLOB or BLOB columns, i.e. which syntax
would you use to insert a picture residing on the
same server as the database??
Cheers
|
See the samples/java/jdbc/DtLob.java or samples/c/dtlob.sqc
They actually use this exact example, inserting a picture, so it should be pretty easy from there.