An ODBC request fails with error SQLDA TRUNCATED - NEEDED 313 ENTRIES (State:S1C00, Native Code:FFFFFF78) which corresponds to an SQL code -136
Release: Datacom
The Datacom Server code is architected and structured such that it can handle only 300 columns in a request or in a table/view definition.
You can create an SQL VIEW on that table that uses lesser columns than 300 and use this view in your SQL request.