Consultor Eletrônico



Kbase P7729: DOC: Documentation bug in the BUFFER-COMPARE syntax.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/01/2009
Status: Verified

SYMPTOM(s):

DOC: Documentation bug in the BUFFER-COMPARE syntax.

The documentation erroneously dropped the CASE-SENSITIVE|BINARY options from the syntax description of the BUFFER-COMPARE statement.

Documentation syntax for the BUFFER-COMPARE is missing the CASE-SENSITIVE|BINARY options:

BUFFER-COMPARE source
[ { EXCEPT | USING } field ... ] TO target
[ SAVE [ RESULT IN ] result-field ]
[ [ EXPLICIT ] COMPARES ] [ NO-ERROR ] :
[ WHEN field compare-operator expression
THEN statement-or-block ] ...
[ END [ COMPARES ] ]

FACT(s) (Environment):

Progress 9.1C
Progress 9.1D
All Supported Operating Systems
The correct Syntax for the BUFFER-COMPARE statement is:
BUFFER-COMPARE source
[ { EXCEPT | USING } field ... ] TO target
[ CASE-SENSITIVE | BINARY ]
[ SAVE [ RESULT IN ] result-field ]
[ [ EXPLICIT ] COMPARES ]:
[ WHEN field compare-operator expression
THEN statement-or-block ] ...
[ END [ COMPARES ] ] [ NO-LOBS ] [ NO-ERROR ]

CAUSE:

Bug# OE00081292

FIX:

Upgrade to OpenEdge 10.0B or later.