Why am I getting a “[SQL0802] Data conversion of data mapping error” exception?
问题 I am not very familiar with iseries/DB2. However, I work on a website that uses it as its primary database. A new column was recently added to an existing table. When I view it via AS400, I see the following data type: Type: S Length: 9 Dec: 2 This tells me it's a numeric field with 6 digits before the decimal point, and 2 digits after the decimal point. When I query the data with a simple SELECT ( SELECT MYCOL FROM MYTABLE ), I get back all the records without a problem. However, when I try