Hi, I got a program to insert and retrieve an image from DB2, but the images I'm getting back are truncated. Either the insert is not inserting all the data, or the retrieve is failing to retrieve it all. My files are all under 15KB. What should I do to expand the buffer? I'm connecting via DBI:DB2.
My code already has