This example demonstrates simple INSERT and SELECT with DB2’s CLOB data type being done in bulk (buffer size > 1). This example can be easily modified to make it work with DB2’s BLOB by changing the “CLOB” data type in the table to “BLOB”, and by replacing “varchar_long” with “raw_long”.
Read More - Register for Free Membership