Kbase P5071: Error 893 when using ODBC DataServer 9.1C/9.1D
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/07/2003 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
ODBC DataServer
FACT(s) (Environment):
MS Access 2000
SYMPTOM(s):
SYSTEM ERROR: strent request for more than 32K. (893)
Querying a LongVarBinary data type field
CAUSE:
The record buffer size for a longvarchar field is exceeding 32k.
FIX:
Omit the LongVarBinary field by using the FIELDS option:
FOR EACH employees FIELDS(employeeID LastName) NO-LOCK:
DISPLAY lastName.
END.