Previous Topic: -135 - INVALID CURSOR STATE (STMT-ID=aaaa)Next Topic: -137 - PLAN OPTION CBSIO EXCEEDED


-136 - SQLDA TRUNCATED - NEEDED aaaa ENTRIES

Reason:

An insufficient number of SQLDA entries was provided to contain returned data.

The SQLSTATE that equates to this SQL return code is 53S33.

Action:

Ensure that the number of SQLDA entries corresponds to the number of columns to be returned by the SELECT statement in question.