Article ID: 141810
Article Last Modified on 7/27/2001
SQLExecdirect ( Select * from mytable)
SQLBindCol(icol=2, fCType=SQL_C_CHAR=1, cbValueMax=1023)
SQLFetch:
Return: SQL_SUCCESS_WITH_INFO=1
icol, fCType, cbValueMax, pcbValue, rgbValue
2, SQL_C_CHAR=1, 1023, 1022, "151C2E00020...."
NOTE: Even though the number of bytes of available data to return for the
column is 40K, the pcbValue shows 1022. pcbValue returns the correct number
of bytes if the cbValueMax is set to 1022 or less. This behavior is not
seen in the 32-bit ODBC Access driver version 3.x.
Additional query words: 2.00.2317 Access ODBC Driver
Keywords: kbbug KB141810