Kbase P93409: An ODBC client truncates the result of an array field with more than 4095 characters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/12/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
The result of an array field with more than 4095 characters is truncated.
The result of a field with more than 4095 characters is truncated.
Using an ODBC client.
Performing a SELECT on a field.
CAUSE:
The ODBC client's buffer length limit has been reached.
FIX:
On the ODBC client:
1) Specify a buffer which is large enough.
- OR -
2) Keep calling get_data() with a small buffer until all data has been retrieved.