Insert images in DB2 (BLOB)

Hi,

I am trying to insert Images in DB2 table using LC. I have one table in which there are 4 columns. The first column is integer data type and rest 3 columns are BLOB.

I am taking LCTYPE_BINARY for BLOB data type.

I am able to insert text and numberic values but not able to insert images.

Could you please help me how to insert images (BLOB) using LC.

Thanks so much in advance.

L TYAGI