logo  
Google
 

DB2 SQL-Error: -20108

SQLState: 56084

Short Description: A RESULT SET CONTAINS AN UNSUPPORTED DATA TYPE IN POSITION NUMBER FOR CURSOR OPENED BY STORED PROCEDURE

Stored procedure procedure-name cannot return one or more query result sets. cursor-name indicates the first query result set that the stored procedure cannot return. The column at position-number in the query result set contains a data type that is not supported by the requester or hte server. System action: The CALL statement cannot be executed. Programmer response: Modify the stored procedure at the server to return result sets that include only data types that are supported by the requester. You may also upgrade the level of code at the requester to one that supports the data type(s) that were returned by the server.

 <-  BACK TO INDEX