I am getting a conversion error when calling a stored procedure in AS400/RPG/DB2 using iSeries.
The db2 param is defined as CHAR 32000 and the .net app is passing in about 20000 characters and the call throws an error.
This error seems to occur when the .net app is passing data that contains double byte chars. How do I pass a string to a DB2 stored procedure that contains double byte characters?
The IBM Error code is 6107.