logo  
Google
 

DB2 SQL-Error: -351

SQLState: 56084

Short Description: AN UNSUPPORTED SQLTYPE WAS ENCOUNTERED IN POSITION OF THE SELECTLIST

position-number is the position of the first element in the SQLDA with an unsupported data type. Either the application requestor or the application server does not have support for this type. This error can only occur in a client/server environment. System action: The statement cannot be executed. Programmer response: Change the statement to exclude the unsupported data type. For a select statement, remove the names of any columns in the select-list with the unsupported data types.

 <-  BACK TO INDEX