-352 AN UNSUPPORTED SQLTYPE WAS ENCOUNTERED IN POSITION position-number OF THE INPUT-LIST
Explanation
The input SQLDA for an OPEN, EXECUTE, FETCH, or CALL statement contains an unsupported SQLTYPE for a parameter.
- position-number
- The position of the first element in the SQLDA with an unsupported
data type.
For an array type, this value is the position number of the first element in the SQLDA with an unsupported data type for the elements of the array.
Either the application requester or the application server does not have support for this data type. This error can occur only in a client/server environment.
System action
The statement cannot be processed.
Programmer response
Change the SQLDA to exclude the unsupported data type.
SQLSTATE
56084