Consultor Eletrônico



Kbase P128296: Dynamic arrays are not handled properly in queries
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/20/2009
Status: Verified

SYMPTOM(s):

Dynamic arrays are not handled properly in queries

Dynamic array is used in database query

The following code fails:
DEFINE VARIABLE li_i AS INTEGER EXTENT NO-UNDO. EXTENT(li_i) = 3. li_i[1] = 2. FIND FIRST customer WHERE customer.custnum =li_i[1] NO-LOCK NO-ERROR.

** Only individual array elements allowed in expressions (361)

FACT(s) (Environment):

OpenEdge 10.1B
All Supported Operating Systems

CAUSE:

Bug# OE00160663

FIX:

Upgrade to 10.1C or later