Consultor Eletrônico



Kbase P94693: SAVE-ROW-CHANGES method of the buffer object does not work with arrays
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/17/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B

SYMPTOM(s):

SAVE-ROW-CHANGES method of the buffer object does not work with arrays

SAVE-ROW-CHANGES method fails with extent fields

Problem did not occur in OpenEdge 10.0A

Updated values of database fields with extents are not saved

Updated values of database fields without extents are saved

CAUSE:

Bug# 20040909-014

FIX:

Upgrade to OpenEdge 10.0B01

Workaround:

Use the field mapping option of the ATTACH-DATA-SOURCE method to map the data source extent field with the corresponding dataset extent field. For example:

hbuf:attach-data-source(hsource, "source-field1,dset-field1 [,source-fieldn,dset-fieldn ]")