I am having a strange error in DB2 V 9.1(On AIX Version 5.3). The DB2 has fix pack 3 also installed on it. When I am doing an Insert into a table, I am encountering the below error.
I have tried to serialize and store a MySQL resultset of X number of rows back into the database. According to the PHP.net site, the serialize() function should be able to store multidimensional arrays.