Consultor Eletrônico



Kbase P10007: has exceeded its limit of bytes, in at line # . (3307)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/3/2004
Status: Unverified

SYMPTOM(s):

<segment-name> has exceeded its limit of <segment-size> bytes, in <file-name> at line # <line-number>. (3307)

.p generated by 4GL application.
.p contains many SQL statement : UPDATE table SET xdate = TODAY WHERE xcol = something

FIX:

Use FIND and ASSIGN instead of UPDATE sql statement and/or split .p into many external and/or internal procedures