Hi there,
I got a error SQLSTATE 01517 saying that the DB2 could not convert the character in the required encoding.
I suspected that it is something to do with the characters that I have entered in one of the text areas that I had in the application.
By doing some deletion and modification of some special characters, I learnt that
the DB2 does not consider question mark(?) as a valid character. When I removed it, the app worked without any error.
I need some more insight on this - why doesn't DB2 take (?). This is very commonly used character and DB2 should be supporting this. I feel that there is something wrong in the DB2 setup. Can someone please help?
Is there a workaround for this?