I have a blob column in a table, due to which I am not able to updrage from DB2 7.x to 8.x. The bug is "[IBM][CLI Driver] CLI0112E Error in assignment".
Please refer
http://www-1.ibm.com/support/docview...id=swg1IY43456
Now, I woluld like to change the column data type from blob to long varchar.
My problem is how to convert the existing blob data into long varchar, the data stored in blob was only text.