The specified column that has data in a multibyte code page and the length of the client data might differ from the length on the source DBMS. The length of the buffer provided to ODBC in API SQLBindCol is smaller than the length that PowerExchange uses on Read or other requests.
The connection to the ODBC data source fails.
In the ODBC data source, check the length of the problem column after considering potential expansion because of different code pages. For example, a CHAR column of precision 22 in code page “IBM EBCDIC Japanese” (IBM-930) must be bound to a considerably larger buffer if the ODBC driver delivers results in UTF-8.