Consultor Eletrônico



Kbase P4134: Sorting doesn't work when using unknown value (?) in a unique index
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

SYMPTOM(s):

Sorting doesn't work when using unknown value (?) in a unique index

CAUSE:

This is a side effect of the fact that multiple copies of the unknown value "?" can be stored in a unique index. Since the FOR EACH in the procedure is using a unique index, the system believes that there can be only one resulting record and does not do the sort. This functionality is not being changed at this time.

FIX:

Replace the unknown values (?) with specific values.