Consultor Eletrônico



Kbase P86653: ADM2. SDO and Array field gives error 3509
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/05/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D
OpenEdge 10.0x

SYMPTOM(s):

ADM2. SDO and Array field gives error 3509

<field> matches multiple fields in <table>. (3509)

CAUSE:

Assigning to an Array Field.
I.e. ROWOBJECT.MONTHQUOTA[1] = 1.

Will raise the error.

FIX:

The error given is expected.

You should instead refference the Array Field by his mapped name is the SDO.

I.E. ROWOBJECT.MONTHQUOTA1 = 1